You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I trained this SRGAN project with the cifar10 dataset。I only changed the input set and generation network‘s to :
with tf.sg_context(name='generator', act='relu', bn=True):
gen = (x_small
.sg_conv(dim=32)
.sg_conv()
.sg_conv(dim=12, act='sigmoid', bn=False)
.sg_periodic_shuffle(factor=2))
but the result is bad,the SR images are black。 and I find that the loss is always rising。I have no idea about this。Do you have meet this situation? @buriburisuri
The text was updated successfully, but these errors were encountered:
I trained this SRGAN project with the cifar10 dataset。I only changed the input set and generation network‘s to :
with tf.sg_context(name='generator', act='relu', bn=True):
gen = (x_small
.sg_conv(dim=32)
.sg_conv()
.sg_conv(dim=12, act='sigmoid', bn=False)
.sg_periodic_shuffle(factor=2))
but the result is bad,the SR images are black。 and I find that the loss is always rising。I have no idea about this。Do you have meet this situation? @buriburisuri
The text was updated successfully, but these errors were encountered: