Created
September 29, 2020 13:36
-
-
Save ntakouris/e7551ad181dba3a9cba4b17b9cd1cef8 to your computer and use it in GitHub Desktop.
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
=== quantizable_default_32_3_2 === | |
threshold = 0 | |
32 bits => 0.7156 top1_acc | |
3 bits => 0.7113 top1_acc | |
2 bits => 0.7034 top1_acc | |
threshold = 0.1 | |
32 bits => 0.0112 top1_acc | |
3 bits => 0.7113 top1_acc | |
2 bits => 0.7034 top1_acc | |
threshold = 0.2 | |
32 bits => 0.01 top1_acc | |
3 bits => 0.6649 top1_acc | |
2 bits => 0.7034 top1_acc | |
threshold = 0.3 | |
32 bits => 0.01 top1_acc | |
3 bits => 0.6649 top1_acc | |
2 bits => 0.7034 top1_acc | |
threshold = 0.4 | |
32 bits => 0.01 top1_acc | |
3 bits => 0.6649 top1_acc | |
2 bits => 0.0271 top1_acc | |
threshold = 0.5 | |
32 bits => 0.01 top1_acc | |
3 bits => 0.0263 top1_acc | |
2 bits => 0.0271 top1_acc | |
threshold = 0.6 | |
32 bits => 0.01 top1_acc | |
3 bits => 0.0263 top1_acc | |
2 bits => 0.0271 top1_acc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment