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

Fixed a bug in googlenet.py #8743

Merged
merged 2 commits into from
Nov 27, 2024
Merged

Fixed a bug in googlenet.py #8743

merged 2 commits into from
Nov 27, 2024

Conversation

pblwk
Copy link
Contributor

@pblwk pblwk commented Nov 24, 2024

Corrected the order of aux1 and aux2.

Please see Issue #8736 for details.

Corrected the order of aux1 and aux2.
Copy link

pytorch-bot bot commented Nov 24, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/8743

Note: Links to docs will display an error until the docs builds have been completed.

This comment was automatically generated by Dr. CI and updates every 15 minutes.

Copy link
Member

@NicolasHug NicolasHug left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the report and for the fix @pblwk .
It looks like the bug was introduced in eellison@9cdc814 a long time ago.

As far as I can tell, this fix should only affect code when model.training is True, so the existing training weights aren't affected (although they might have been trained with this bug). So risk of breaking user's code with this fix should be minimal.

@NicolasHug
Copy link
Member

CI is failing with tons of unrelated failure that are visible on main as well. Landing.

@NicolasHug NicolasHug merged commit acbfd8d into pytorch:main Nov 27, 2024
1 check passed
@pblwk
Copy link
Contributor Author

pblwk commented Nov 28, 2024

Thanks a lot @NicolasHug 👍 : D

facebook-github-bot pushed a commit that referenced this pull request Jan 13, 2025
Summary: Co-authored-by: Nicolas Hug <nh.nicolas.hug@gmail.com>

Reviewed By: vmoens

Differential Revision: D68021966

fbshipit-source-id: c5789a1233fb858a1ae3357b0b3280f5a0986ea8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants