End of training
Browse files- .gitattributes +2 -0
- confusion_matrix_top50_test.tiff +3 -0
- confusion_matrix_top50_train.tiff +2 -2
- confusion_matrix_top50_val.tiff +2 -2
- long_tail_scatter_test.tiff +3 -0
- long_tail_scatter_train.tiff +1 -1
- long_tail_scatter_val.tiff +1 -1
- overall_results_summary.csv +4 -0
- per_class_results_test.csv +5 -0
- per_class_results_train.csv +0 -0
- per_class_results_val.csv +0 -0
.gitattributes
CHANGED
|
@@ -37,3 +37,5 @@ confusion_matrix_top50_train.tiff filter=lfs diff=lfs merge=lfs -text
|
|
| 37 |
confusion_matrix_top50_val.tiff filter=lfs diff=lfs merge=lfs -text
|
| 38 |
long_tail_scatter_train.tiff filter=lfs diff=lfs merge=lfs -text
|
| 39 |
long_tail_scatter_val.tiff filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 37 |
confusion_matrix_top50_val.tiff filter=lfs diff=lfs merge=lfs -text
|
| 38 |
long_tail_scatter_train.tiff filter=lfs diff=lfs merge=lfs -text
|
| 39 |
long_tail_scatter_val.tiff filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
confusion_matrix_top50_test.tiff filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
long_tail_scatter_test.tiff filter=lfs diff=lfs merge=lfs -text
|
confusion_matrix_top50_test.tiff
ADDED
|
|
Git LFS Details
|
confusion_matrix_top50_train.tiff
CHANGED
|
|
Git LFS Details
|
|
|
Git LFS Details
|
confusion_matrix_top50_val.tiff
CHANGED
|
|
Git LFS Details
|
|
|
Git LFS Details
|
long_tail_scatter_test.tiff
ADDED
|
|
Git LFS Details
|
long_tail_scatter_train.tiff
CHANGED
|
|
Git LFS Details
|
|
|
Git LFS Details
|
long_tail_scatter_val.tiff
CHANGED
|
|
Git LFS Details
|
|
|
Git LFS Details
|
overall_results_summary.csv
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
mode,macro_accuracy,macro_precision,macro_recall,macro_f1,top1_accuracy,top5_accuracy,top10_accuracy,spearman_r,spearman_p
|
| 2 |
+
TRAIN,0.31666666666666665,0.18764172335600907,0.31666666666666665,0.20052083333333331,0.31666666666666665,1.0,1.0,,
|
| 3 |
+
VAL,0.375,0.2361111111111111,0.375,0.27884615384615385,0.42857142857142855,1.0,1.0,,
|
| 4 |
+
TEST,0.20833333333333331,0.3125,0.20833333333333331,0.20833333333333331,0.25,1.0,1.0,,
|
per_class_results_test.csv
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
class,accuracy,precision,recall,f1,macro_accuracy,macro_precision,macro_recall,macro_f1,top1_accuracy,top5_accuracy,top10_accuracy,spearman_r,spearman_p
|
| 2 |
+
year,0.0,0.0,0.0,0.0,0.20833333333333331,0.3125,0.20833333333333331,0.20833333333333331,0.25,1.0,1.0,,
|
| 3 |
+
aam,0.5,0.25,0.5,0.3333333333333333,0.20833333333333331,0.3125,0.20833333333333331,0.20833333333333331,0.25,1.0,1.0,,
|
| 4 |
+
aaple,0.3333333333333333,1.0,0.3333333333333333,0.5,0.20833333333333331,0.3125,0.20833333333333331,0.20833333333333331,0.25,1.0,1.0,,
|
| 5 |
+
wrong,0.0,0.0,0.0,0.0,0.20833333333333331,0.3125,0.20833333333333331,0.20833333333333331,0.25,1.0,1.0,,
|
per_class_results_train.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
per_class_results_val.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|