-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Passing explicit pretrained_backbone #74372
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
Conversation
CI Flow Status⚛️ CI FlowRuleset - Version:
|
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 013a21e (more details on the Dr. CI page):
1 failure not recognized by patterns:
This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
|
This pull request was exported from Phabricator. Differential Revision: D34961147 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D34961147 |
e078f06 to
22c045d
Compare
|
@BowenBao @shubhambhokare1 I believe the failing test is flaky and unrelated to the changes. The specific test is not impacted by the PR: pytorch/test/onnx/test_pytorch_onnx_onnxruntime.py Lines 10536 to 10548 in 57c7bf7
Edit: Confirmed that the test is flaky by rerunning the test and now it passes. |
Summary: Pull Request resolved: pytorch#74372 In preparation to the multi-weight support porting, we pass explicitly the pretrained_blackbone value. We use the default value `True` for most cases, except for when the use-case is clearly a test and thus should avoid downloading the weights of the backbone. Test Plan: running project unit-tests Reviewed By: jdsgomes Differential Revision: D34961147 fbshipit-source-id: bb5a9e062e24d1f7c76f1b56072272beb93ccd6d
|
This pull request was exported from Phabricator. Differential Revision: D34961147 |
22c045d to
013a21e
Compare
|
@BowenBao @shubhambhokare1 could you please review? :) |
|
@datumbox Could point me to a link where explains the relation of |
|
@BowenBao Both parameters existed for multiple releases. On detection/segmentation models, This PR is part of a larger update to explicitly define the value of Also note that TorchVision just released the Multi-weight support API which deprecates the |
BowenBao
left a comment
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 for explanation!
Summary: Pull Request resolved: #74372 In preparation to the multi-weight support porting, we pass explicitly the pretrained_blackbone value. We use the default value `True` for most cases, except for when the use-case is clearly a test and thus should avoid downloading the weights of the backbone. Test Plan: running project unit-tests Reviewed By: jdsgomes Differential Revision: D34961147 fbshipit-source-id: cf29e42545302716a7cd3f3eb0d69e44d5fb6c73
|
Hey @datumbox. |
Summary: Pull Request resolved: #74372 In preparation to the multi-weight support porting, we pass explicitly the pretrained_blackbone value. We use the default value `True` for most cases, except for when the use-case is clearly a test and thus should avoid downloading the weights of the backbone. Test Plan: running project unit-tests Reviewed By: jdsgomes Differential Revision: D34961147 fbshipit-source-id: cf29e42545302716a7cd3f3eb0d69e44d5fb6c73 (cherry picked from commit c4613b7)
Summary: In preparation to the multi-weight support porting, we pass explicitly the pretrained_blackbone value. We use the default value
Truefor most cases, except for when the use-case is clearly a test and thus should avoid downloading the weights of the backbone.Test Plan: running project unit-tests
Differential Revision: D34961147