-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Adding multiweight support to Quantized ResNet #4827
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
Merged
datumbox
merged 6 commits into
pytorch:main
from
datumbox:prototype/quantresnet_multiweight
Nov 2, 2021
Merged
Adding multiweight support to Quantized ResNet #4827
datumbox
merged 6 commits into
pytorch:main
from
datumbox:prototype/quantresnet_multiweight
Nov 2, 2021
Conversation
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
💊 CI failures summary and remediationsAs of commit 442deae (more details on the Dr. CI page):
2 failures not recognized by patterns:
1 job timed out:
This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
jdsgomes
approved these changes
Nov 2, 2021
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
82182e4
to
eaa13dc
Compare
6 tasks
facebook-github-bot
pushed a commit
that referenced
this pull request
Nov 6, 2021
Summary: * Adding multi-weight support to Quantized ResNet. * Update references script to support testing quantized models with the new API. * Handle quantized models correctly in ref script. * Fixing references for quantization. Reviewed By: kazhang Differential Revision: D32216675 fbshipit-source-id: 1af009340a85abe24f714c426d5775365b43bfcc
cyyever
pushed a commit
to cyyever/vision
that referenced
this pull request
Nov 16, 2021
* Adding multi-weight support to Quantized ResNet. * Update references script to support testing quantized models with the new API. * Handle quantized models correctly in ref script. * Fixing references for quantization.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ciflow/default
cla signed
enhancement
module: models.quantization
Issues related to the quantizable/quantized models
prototype
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.
Fixes partially #4674
Verified by:
cc @bjuncek