This repository was archived by the owner on Jul 1, 2024. It is now read-only.
follow up fixes for prepare_fx/prepare_qat_fx calls in classyvision#793
Closed
jerryzh168 wants to merge 1 commit intofacebookresearch:mainfrom
Closed
follow up fixes for prepare_fx/prepare_qat_fx calls in classyvision#793jerryzh168 wants to merge 1 commit intofacebookresearch:mainfrom
jerryzh168 wants to merge 1 commit intofacebookresearch:mainfrom
Conversation
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D36818665 |
a3c6d15 to
64f8820
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D36818665 |
1 similar comment
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D36818665 |
jerryzh168
added a commit
to jerryzh168/ClassyVision-1
that referenced
this pull request
Jun 2, 2022
…acebookresearch#793) Summary: Pull Request resolved: facebookresearch#793 X-link: pytorch/pytorch#78660 X-link: fairinternal/ClassyVision#105 As follow up for pytorch/pytorch#76496, we fixes the TODOs in quantization tests by providing correct example_inputs in the tests Differential Revision: D36818665 fbshipit-source-id: 5d637488e3778949bcbb5ce24cdd19cafe12aeb6
64f8820 to
4b719f3
Compare
…acebookresearch#793) Summary: Pull Request resolved: facebookresearch#793 X-link: pytorch/pytorch#78660 X-link: fairinternal/ClassyVision#105 As follow up for pytorch/pytorch#76496, we fixes the TODOs in quantization tests by providing correct example_inputs in the tests Reviewed By: dzdang Differential Revision: D36818665 fbshipit-source-id: 2a8fc015c1ba29df02ddbaed447327553a928813
4b719f3 to
c83240a
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D36818665 |
jerryzh168
added a commit
to jerryzh168/pytorch
that referenced
this pull request
Jun 2, 2022
…vision (pytorch#793) Summary: X-link: facebookresearch/ClassyVision#793 Pull Request resolved: pytorch#78660 X-link: fairinternal/ClassyVision#105 As follow up for pytorch#76496, we fixes the TODOs in quantization tests by providing correct example_inputs in the tests Test Plan: classyvision sandcastle and ossci **Static Docs Preview: classyvision** |[Full Site](https://our.intern.facebook.com/intern/staticdocs/eph/D36818665/V8/classyvision/)| |**Modified Pages**| Reviewed By: dzdang Differential Revision: D36818665 fbshipit-source-id: ad090e4bf8820777b32540e4decfe741aeac26a7
facebook-github-bot
pushed a commit
to pytorch/pytorch
that referenced
this pull request
Jun 3, 2022
…vision (#793) Summary: X-link: facebookresearch/ClassyVision#793 Pull Request resolved: #78660 X-link: fairinternal/ClassyVision#105 As follow up for #76496, we fixes the TODOs in quantization tests by providing correct example_inputs in the tests Test Plan: classyvision sandcastle and ossci **Static Docs Preview: classyvision** |[Full Site](https://our.intern.facebook.com/intern/staticdocs/eph/D36818665/V8/classyvision/)| |**Modified Pages**| Reviewed By: dzdang Differential Revision: D36818665 fbshipit-source-id: 07bef205c352910642983a786b4346aa7165c14a
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
As follow up for pytorch/pytorch#76496, we fixes the TODOs in quantization tests
by providing correct example_inputs in the tests
Differential Revision: D36818665