End of training
Browse files- .gitattributes +6 -0
- all_per_class_results_summary.csv +7 -0
- confusion_matrix_kfold_fold_3.tiff +3 -0
- confusion_matrix_test_fold_3.tiff +3 -0
- confusion_matrix_trainfold_fold_3.tiff +3 -0
- per_class_accuracy_kfold_fold_3.tiff +3 -0
- per_class_accuracy_test_fold_3.tiff +3 -0
- per_class_accuracy_trainfold_fold_3.tiff +3 -0
- per_class_results_fold_3.csv +2 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
confusion_matrix_kfold_fold_3.tiff filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
confusion_matrix_test_fold_3.tiff filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
confusion_matrix_trainfold_fold_3.tiff filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
per_class_accuracy_kfold_fold_3.tiff filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
per_class_accuracy_test_fold_3.tiff filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
per_class_accuracy_trainfold_fold_3.tiff filter=lfs diff=lfs merge=lfs -text
|
all_per_class_results_summary.csv
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fold,class,train_accuracy,train_precision,train_recall,train_f1_score,train_top5_accuracy,val_accuracy,val_precision,val_recall,val_f1_score,val_top5_accuracy,test_accuracy,test_precision,test_recall,test_f1_score,test_top5_accuracy
|
| 2 |
+
1,aam,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0
|
| 3 |
+
1,aaple,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0
|
| 4 |
+
2,aam,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0
|
| 5 |
+
2,aaple,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0
|
| 6 |
+
3,aam,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.75,1.0,0.8571428571428571,1.0
|
| 7 |
+
3,aaple,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.6111111111111112,1.0,0.6111111111111112,0.7586206896551724,1.0
|
confusion_matrix_kfold_fold_3.tiff
ADDED
|
|
Git LFS Details
|
confusion_matrix_test_fold_3.tiff
ADDED
|
|
Git LFS Details
|
confusion_matrix_trainfold_fold_3.tiff
ADDED
|
|
Git LFS Details
|
per_class_accuracy_kfold_fold_3.tiff
ADDED
|
|
Git LFS Details
|
per_class_accuracy_test_fold_3.tiff
ADDED
|
|
Git LFS Details
|
per_class_accuracy_trainfold_fold_3.tiff
ADDED
|
|
Git LFS Details
|
per_class_results_fold_3.csv
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
3,aam,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.75,1.0,0.8571428571428571,1.0
|
| 2 |
+
3,aaple,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.6111111111111112,1.0,0.6111111111111112,0.7586206896551724,1.0
|