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

errors in pycharm website tutorials:'Deep Learning with PyTorch: A 60 Minute Blitz' #1186

Closed
ComingPeopleHW opened this issue Oct 14, 2020 · 1 comment

Comments

@ComingPeopleHW
Copy link

self.conv1 = nn.Conv2d(1, 6, 3)
self.conv2 = nn.Conv2d(6, 16, 3)
the code was used for create a LeNet in 'Deep Learning with PyTorch: A 60 Minute Blitz' tutorials
but the correct kernel size in nn.Conv2d should be 5*5.

@holly1238
Copy link
Contributor

This issue was fixed and merged in #1257

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

2 participants