Created
September 22, 2020 11:49
-
-
Save ntakouris/b20e085d8c2630d5cd2f6bcfd2a804dc 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_no_regularizer === | |
threshold = 0 | |
32 bits => 0.9137 top5_acc | |
4 bits => 0.9155 top5_acc | |
3 bits => 0.9146 top5_acc | |
2 bits => 0.9123 top5_acc | |
threshold = 1e-06 | |
32 bits => 0.9137 top5_acc | |
4 bits => 0.9155 top5_acc | |
3 bits => 0.9146 top5_acc | |
2 bits => 0.9123 top5_acc | |
threshold = 1e-05 | |
32 bits => 0.9137 top5_acc | |
4 bits => 0.9155 top5_acc | |
3 bits => 0.9146 top5_acc | |
2 bits => 0.9123 top5_acc | |
threshold = 5e-05 | |
32 bits => 0.9137 top5_acc | |
4 bits => 0.9155 top5_acc | |
3 bits => 0.9146 top5_acc | |
2 bits => 0.9123 top5_acc | |
threshold = 0.0001 | |
32 bits => 0.9137 top5_acc | |
4 bits => 0.9155 top5_acc | |
3 bits => 0.9146 top5_acc | |
2 bits => 0.9123 top5_acc | |
threshold = 0.001 | |
32 bits => 0.9137 top5_acc | |
4 bits => 0.9155 top5_acc | |
3 bits => 0.9146 top5_acc | |
2 bits => 0.9123 top5_acc | |
threshold = 0.01 | |
32 bits => 0.9145 top5_acc | |
4 bits => 0.9155 top5_acc | |
3 bits => 0.9146 top5_acc | |
2 bits => 0.9123 top5_acc | |
threshold = 0.1 | |
32 bits => 0.0978 top5_acc | |
4 bits => 0.9142 top5_acc | |
3 bits => 0.9146 top5_acc | |
2 bits => 0.9123 top5_acc | |
threshold = 0.2 | |
32 bits => 0.0521 top5_acc | |
4 bits => 0.0919 top5_acc | |
3 bits => 0.8729 top5_acc | |
2 bits => 0.9123 top5_acc | |
threshold = 0.3 | |
32 bits => 0.0532 top5_acc | |
4 bits => 0.8605 top5_acc | |
3 bits => 0.8729 top5_acc | |
2 bits => 0.9123 top5_acc | |
threshold = 0.4 | |
32 bits => 0.0532 top5_acc | |
4 bits => 0.3364 top5_acc | |
3 bits => 0.8729 top5_acc | |
2 bits => 0.0909 top5_acc | |
threshold = 0.5 | |
32 bits => 0.0532 top5_acc | |
4 bits => 0.0766 top5_acc | |
3 bits => 0.0766 top5_acc | |
2 bits => 0.0909 top5_acc | |
threshold = 0.6 | |
32 bits => 0.0532 top5_acc | |
4 bits => 0.0522 top5_acc | |
3 bits => 0.0766 top5_acc | |
2 bits => 0.0909 top5_acc | |
threshold = 0.7 | |
32 bits => 0.0532 top5_acc | |
4 bits => 0.068 top5_acc | |
3 bits => 0.0766 top5_acc | |
2 bits => 0.0909 top5_acc | |
threshold = 0.8 | |
32 bits => 0.0532 top5_acc | |
4 bits => 0.0501 top5_acc | |
3 bits => 0.0513 top5_acc | |
2 bits => 0.0909 top5_acc | |
threshold = 0.9 | |
32 bits => 0.0532 top5_acc | |
4 bits => 0.05 top5_acc | |
3 bits => 0.0513 top5_acc | |
2 bits => 0.0909 top5_acc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment