-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Default tracer args #5637
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
Default tracer args #5637
Conversation
💊 CI failures summary and remediationsAs of commit 81ad361 (more details on the Dr. CI page):
1 failure not recognized by patterns:
🚧 3 ongoing upstream failures:These were probably caused by upstream breakages that are not fixed yet.
This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jdsgomes, it looks good overall. Just one comment concerning the visibility of the method:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Summary: * set default tracer kwargs always * simplify code * torchvision/models/feature_extraction.py * Adress PR comments * fix doc format * fix formatting * fix doc error (Note: this ignores all push blocking failures!) Reviewed By: datumbox Differential Revision: D35216792 fbshipit-source-id: 0ecefb1393296abf169909a64eeef5320e82d7c9
Always sets default tracer kwargs
adresses #5508
cc @alexander-soare @datumbox