-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Add a test that compares the output of our quantized models against expected cached values #4597
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 22 commits into
pytorch:main
from
jdsgomes:output-checks-on-quant-models
Oct 13, 2021
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
e426532
adding tests to check output of quantized models
jdsgomes 052eb6a
adding test quantized model weights
jdsgomes 09f0cff
merge test_new_quantized_classification_model with test_quantized_cla…
jdsgomes 7ab98ad
adding skipif removed by mistake
jdsgomes 45677b2
addressing comments from PR
jdsgomes 032eb85
removing unused argument
jdsgomes 3683176
Merge branch 'main' into output-checks-on-quant-models
jdsgomes edd4e9f
fixing lint errors
jdsgomes 918b7e6
changing model to eval model and updating weights
jdsgomes f247671
Update test/test_models.py
jdsgomes 87828a0
enforce single test in circleci
jdsgomes 9d62cab
changing random seed
jdsgomes 8d62f65
Merge branch 'output-checks-on-quant-models' of github.com:jdsgomes/v…
jdsgomes 8a1da06
updating weights for new seed
jdsgomes e396ea5
adding missing empty line
jdsgomes 91e51ed
try 128 random seed
jdsgomes 8213667
try 256 random seed
jdsgomes 34d61c6
try 16 random seed
jdsgomes 17a74ce
disable inception_v3 input/output quantization tests
jdsgomes 442f561
removing ModelTester.test_inception_v3_quantized_expect.pkl
jdsgomes 1fbd36e
reverting temporary ci run_test.sh changes
jdsgomes 2d2d8d1
Merge branch 'main' into output-checks-on-quant-models
datumbox File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+747 Bytes
test/expect/ModelTester.test_mobilenet_v3_large_quantized_expect.pkl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+747 Bytes
test/expect/ModelTester.test_shufflenet_v2_x0_5_quantized_expect.pkl
Binary file not shown.
Binary file added
BIN
+747 Bytes
test/expect/ModelTester.test_shufflenet_v2_x1_0_quantized_expect.pkl
Binary file not shown.
Binary file added
BIN
+747 Bytes
test/expect/ModelTester.test_shufflenet_v2_x1_5_quantized_expect.pkl
Binary file not shown.
Binary file added
BIN
+747 Bytes
test/expect/ModelTester.test_shufflenet_v2_x2_0_quantized_expect.pkl
Binary file not shown.
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
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.
Uh oh!
There was an error while loading. Please reload this page.