Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Created September 29, 2020 13:36
Show Gist options
  • Save ntakouris/e7551ad181dba3a9cba4b17b9cd1cef8 to your computer and use it in GitHub Desktop.
Save ntakouris/e7551ad181dba3a9cba4b17b9cd1cef8 to your computer and use it in GitHub Desktop.
=== 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