Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Created September 29, 2020 13:43
Show Gist options
  • Save ntakouris/cc8640117cf2fe9c253178b6737d3b4a to your computer and use it in GitHub Desktop.
Save ntakouris/cc8640117cf2fe9c253178b6737d3b4a to your computer and use it in GitHub Desktop.
=== quantizable_default_8_4_3_2 ===
threshold = 0
32 bits => 0.7173 top1_acc
8 bits => 0.7177 top1_acc
4 bits => 0.7179 top1_acc
3 bits => 0.7176 top1_acc
2 bits => 0.7017 top1_acc
threshold = 0.1
32 bits => 0.0184 top1_acc
8 bits => 0.7167 top1_acc
4 bits => 0.7148 top1_acc
3 bits => 0.7176 top1_acc
2 bits => 0.7017 top1_acc
threshold = 0.2
32 bits => 0.0116 top1_acc
8 bits => 0.6797 top1_acc
4 bits => 0.0271 top1_acc
3 bits => 0.651 top1_acc
2 bits => 0.7017 top1_acc
threshold = 0.3
32 bits => 0.0116 top1_acc
8 bits => 0.4706 top1_acc
4 bits => 0.6345 top1_acc
3 bits => 0.651 top1_acc
2 bits => 0.7017 top1_acc
threshold = 0.4
32 bits => 0.0116 top1_acc
8 bits => 0.0971 top1_acc
4 bits => 0.1494 top1_acc
3 bits => 0.651 top1_acc
2 bits => 0.0307 top1_acc
threshold = 0.5
32 bits => 0.0116 top1_acc
8 bits => 0.0146 top1_acc
4 bits => 0.0178 top1_acc
3 bits => 0.0231 top1_acc
2 bits => 0.0307 top1_acc
threshold = 0.6
32 bits => 0.0116 top1_acc
8 bits => 0.0135 top1_acc
4 bits => 0.01 top1_acc
3 bits => 0.0231 top1_acc
2 bits => 0.0307 top1_acc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment