Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Last active September 20, 2020 14:36
Show Gist options
  • Save ntakouris/d5786e5187a9349d1c76b488c1174db0 to your computer and use it in GitHub Desktop.
Save ntakouris/d5786e5187a9349d1c76b488c1174db0 to your computer and use it in GitHub Desktop.
=== l1_5e-5_quantizable_32_4_3_2 ===
threshold = 0
32 bits => 0.6823 top1_acc
4 bits => 0.6795 top1_acc
3 bits => 0.6734 top1_acc
2 bits => 0.6377 top1_acc
threshold = 1e-06
32 bits => 0.6823 top1_acc
4 bits => 0.01 top1_acc
3 bits => 0.01 top1_acc
2 bits => 0.0102 top1_acc
threshold = 1e-05
32 bits => 0.6824 top1_acc
4 bits => 0.01 top1_acc
3 bits => 0.01 top1_acc
2 bits => 0.0127 top1_acc
threshold = 0.0001
32 bits => 0.682 top1_acc
4 bits => 0.01 top1_acc
3 bits => 0.01 top1_acc
2 bits => 0.01 top1_acc
threshold = 0.001
32 bits => 0.6816 top1_acc
4 bits => 0.01 top1_acc
3 bits => 0.01 top1_acc
2 bits => 0.01 top1_acc
threshold = 0.01
32 bits => 0.6692 top1_acc
4 bits => 0.01 top1_acc
3 bits => 0.01 top1_acc
2 bits => 0.01 top1_acc
threshold = 0.1
32 bits => 0.01 top1_acc
4 bits => 0.01 top1_acc
3 bits => 0.01 top1_acc
2 bits => 0.01 top1_acc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment