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

ResNet maxpool #719

Closed
githubxiaoa opened this issue Sep 13, 2022 · 2 comments · Fixed by #725
Closed

ResNet maxpool #719

githubxiaoa opened this issue Sep 13, 2022 · 2 comments · Fixed by #725

Comments

@githubxiaoa
Copy link

pytorch code:
self.maxpool = nn.MaxPool2d(kernel_size=3, stride=2, padding=1)

kernel_size=3

torchsharp:
maxpool = MaxPool2d(kernelSize: 2, stride: 2, padding: 1);

@NiklasGustafsson
Copy link
Contributor

@githubxiaoa -- is there a question or error report here? I'm not sure what the issue is from your code examples.

@NiklasGustafsson
Copy link
Contributor

Ah, I see -- the torchvision.ResNet models have a bug. Will be fixed in next version.

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

Successfully merging a pull request may close this issue.

2 participants