-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
nn4.small2.v1.t7 Incorrect Layer Error #349
Comments
Great spot, thanks for letting me know! I'd merge in a PR making the model definition consistent with the pretrained model. |
I was able to fix the parameters of 3a and the other layers' |
Context of the issue.
I'm getting discrepancies on your
nn4.small2.v1.t7
model related to the Inception(3a) layer. The actual model posted to your website does not match up with your GitHub definition.Expected behavior.
According to your definition, on line 67 you have
pool = nn.SpatialMaxPooling(3, 3, 1, 1, 1, 1)
, indicating parameters:Actual behavior.
When I actually load and print the model from your website on Torch, I get different numbers:
Where nn.SpatialMaxPooling:
The error may be occuring on other layers too, but I haven't had time to check yet.
Steps to reproduce.
OS and hardware information.
The text was updated successfully, but these errors were encountered: