Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small bug in tf_utils/layers.py #6

Open
pukkapies opened this issue May 25, 2017 · 0 comments
Open

Small bug in tf_utils/layers.py #6

pukkapies opened this issue May 25, 2017 · 0 comments

Comments

@pukkapies
Copy link
Contributor

pukkapies commented May 25, 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.

@pukkapies pukkapies changed the title Small bug in tf_utils/mydeconv2d.py Small bug in tf_utils/layers.py Jun 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant