tiny-vision-foundry / teacher-cnn /evaluation.json
ARotting's picture
Publish Teacher, scratch student, and distillation ablation
ee50dca verified
Raw
History Blame Contribute Delete
1.68 kB
{
"variant": "teacher-cnn",
"parameters": 13706,
"best_epoch": 16,
"best_validation_accuracy": 0.9703703703703703,
"test": {
"loss": 0.07408239600007181,
"accuracy": 0.9777777777777777,
"macro_f1": 0.9771240824978944,
"confusion_matrix": [
[
27,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
27,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
27,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
28,
0,
0,
0,
0,
0,
0
],
[
1,
0,
0,
0,
26,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
26,
0,
0,
1,
0
],
[
0,
0,
0,
0,
0,
0,
27,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
27,
0,
0
],
[
0,
3,
0,
0,
0,
1,
0,
0,
22,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
27
]
]
}
}