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 line 70 I think there is a small mistake, it should be: int(input_shape[2] * strides[2]), int(input_shape[3] * strides[3])]
It's not a major bug, as it would throw an error if the output shape didn't work out correctly. I think it runs OK just because the input is square.
The text was updated successfully, but these errors were encountered:
pukkapies
changed the title
Small bug in tf_utils/mydeconv2d.py
Small bug in tf_utils/layers.py
Jun 4, 2017
In line 70 I think there is a small mistake, it should be:
int(input_shape[2] * strides[2]), int(input_shape[3] * strides[3])]
It's not a major bug, as it would throw an error if the output shape didn't work out correctly. I think it runs OK just because the input is square.
The text was updated successfully, but these errors were encountered: