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
In general, we use odd kernel size in conv or deconv, def deonv(line 1182) in model_pwcnet.py , I think the kernel_size=3,not 4. return tf.layers.conv2d_transpose(x, 2, 4, 2, 'same', name=op_name)
The text was updated successfully, but these errors were encountered:
In general, we use odd kernel size in conv or deconv, def deonv(line 1182) in model_pwcnet.py , I think the kernel_size=3,not 4.
return tf.layers.conv2d_transpose(x, 2, 4, 2, 'same', name=op_name)
The text was updated successfully, but these errors were encountered: