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
.../sg_transform.py", line 603, in sg_periodic_shuffle
channel_factor = channel // channel_target
ZeroDivisionError: integer division or modulo by zero
Get an error when changing factor=2 to factor=4:
with tf.sg_context(name='generator', act='relu', bn=True):
gen = (x_small
.sg_conv(dim=32)
.sg_conv()
.sg_conv(dim=4, act='sigmoid', bn=False)
.sg_periodic_shuffle(factor=2))
Any thoughts?
The text was updated successfully, but these errors were encountered:
Get an error when changing
factor=2
tofactor=4
:Any thoughts?
The text was updated successfully, but these errors were encountered: