-
Notifications
You must be signed in to change notification settings - Fork 0
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
About the exercise #1
Comments
Hi, I try to reproduce the error, but it seems to work well. The attachment is my codes, you can print out each size of the outputs to check the output size as I write in the forward function. Thanks. |
Hi Hui-Po, Thanks for your prompt reply. Two questions are as following.
And the output is (128L, 6L, 24L, 24L)
Would you please help to explain about the modification? Thanks |
Hi, |
Hi, The main problem here comes from the new convolution layer you added. The output size of self.conv1_5 is not the same as the input size of self.conv1_5 . |
Hi all, Thanks. It is resolved. |
Hi,
I added a conv as following
and
in the forward function. Then I got the error message as following.
RuntimeError: Given input size: (16x1x1). Calculated output size: (16x0x0). Output size is too small at /pytorch/torch/lib/THCUNN/generic/SpatialDilatedMaxPooling.cu:69
Would you please help to give some clues?
Thanks.
The text was updated successfully, but these errors were encountered: