Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Created September 20, 2020 14:28
Show Gist options
  • Save ntakouris/9e7cd350be6182e88ca6e60f5ea7bb4d to your computer and use it in GitHub Desktop.
Save ntakouris/9e7cd350be6182e88ca6e60f5ea7bb4d to your computer and use it in GitHub Desktop.
=== l1_5e-5_quantizable_32_4_3_2 ===
threshold = 0
32 bits => 0.914 top5_acc
4 bits => 0.9115 top5_acc
3 bits => 0.9069 top5_acc
2 bits => 0.8941 top5_acc
threshold = 1e-06
32 bits => 0.914 top5_acc
4 bits => 0.05 top5_acc
3 bits => 0.05 top5_acc
2 bits => 0.0698 top5_acc
threshold = 1e-05
32 bits => 0.914 top5_acc
4 bits => 0.05 top5_acc
3 bits => 0.05 top5_acc
2 bits => 0.0584 top5_acc
threshold = 0.0001
32 bits => 0.9136 top5_acc
4 bits => 0.05 top5_acc
3 bits => 0.05 top5_acc
2 bits => 0.05 top5_acc
threshold = 0.001
32 bits => 0.9142 top5_acc
4 bits => 0.05 top5_acc
3 bits => 0.05 top5_acc
2 bits => 0.0526 top5_acc
threshold = 0.01
32 bits => 0.9111 top5_acc
4 bits => 0.05 top5_acc
3 bits => 0.05 top5_acc
2 bits => 0.05 top5_acc
threshold = 0.1
32 bits => 0.0635 top5_acc
4 bits => 0.05 top5_acc
3 bits => 0.05 top5_acc
2 bits => 0.05 top5_acc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment