Shawon16 commited on
Commit
33a6da6
·
verified ·
1 Parent(s): ba481aa

End of training

Browse files
.gitattributes CHANGED
@@ -33,3 +33,12 @@ 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_test.tiff filter=lfs diff=lfs merge=lfs -text
37
+ confusion_matrix_train.tiff filter=lfs diff=lfs merge=lfs -text
38
+ confusion_matrix_val.tiff filter=lfs diff=lfs merge=lfs -text
39
+ long_tail_vs_class_frequency_test.tiff filter=lfs diff=lfs merge=lfs -text
40
+ long_tail_vs_class_frequency_train.tiff filter=lfs diff=lfs merge=lfs -text
41
+ long_tail_vs_class_frequency_val.tiff filter=lfs diff=lfs merge=lfs -text
42
+ per_class_accuracy_test.tiff filter=lfs diff=lfs merge=lfs -text
43
+ per_class_accuracy_train.tiff filter=lfs diff=lfs merge=lfs -text
44
+ per_class_accuracy_val.tiff filter=lfs diff=lfs merge=lfs -text
confusion_matrix_test.tiff ADDED

Git LFS Details

  • SHA256: 211ee222dc6dae8896efa7b83fd0d6e19cc93db8bd3c12a26a737713ff257eb8
  • Pointer size: 133 Bytes
  • Size of remote file: 13 MB
confusion_matrix_train.tiff ADDED

Git LFS Details

  • SHA256: ee66a12e05b87c6ecef2f314f25c2473b297dcc9fc4a41e90c3cafe8faba4a04
  • Pointer size: 133 Bytes
  • Size of remote file: 12.8 MB
confusion_matrix_val.tiff ADDED

Git LFS Details

  • SHA256: c7167628dc07c6be8c69b3b7633ce112684146a5e93efa500e5a76f07a3dbafa
  • Pointer size: 133 Bytes
  • Size of remote file: 12.9 MB
long_tail_vs_class_frequency_test.tiff ADDED

Git LFS Details

  • SHA256: 3d0639f8b0ced970f0a265bd95f82b66029a363e751a9dfe798fbd3f374542a3
  • Pointer size: 133 Bytes
  • Size of remote file: 26.5 MB
long_tail_vs_class_frequency_train.tiff ADDED

Git LFS Details

  • SHA256: f765950a6af211169086e578ff2ec07f1145125886732fe424f03facfaafe19a
  • Pointer size: 133 Bytes
  • Size of remote file: 26.5 MB
long_tail_vs_class_frequency_val.tiff ADDED

Git LFS Details

  • SHA256: d852aa6b2e8e5b078d1f99e544a3d53e74475570634147191661c3d351e8944a
  • Pointer size: 133 Bytes
  • Size of remote file: 26.5 MB
per_class_accuracy_test.tiff ADDED

Git LFS Details

  • SHA256: da1d869c33c1e45e2ede1fcd6128bf105ba054dddea2b1109a2cb1ed6308ed00
  • Pointer size: 133 Bytes
  • Size of remote file: 26.5 MB
per_class_accuracy_train.tiff ADDED

Git LFS Details

  • SHA256: 1ccfb6a6fbc246f648770e5e866197779b8decf2208038344e73a48b09f64601
  • Pointer size: 133 Bytes
  • Size of remote file: 26.5 MB
per_class_accuracy_val.tiff ADDED

Git LFS Details

  • SHA256: 38e40d1cf865e7e7c8083be3b6a5ec5b1839f5832eb0921c5d51b55b3c8f70b2
  • Pointer size: 133 Bytes
  • Size of remote file: 26.5 MB
per_class_results_test.csv ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ class,accuracy,precision,recall,f1,top5_accuracy
2
+ chikissha,1.0,1.0,1.0,1.0,1.0
3
+ apartment,1.0,0.6666666666666666,1.0,0.8,1.0
4
+ ac,1.0,1.0,1.0,1.0,1.0
5
+ cream,1.0,1.0,1.0,1.0,1.0
6
+ attio,1.0,1.0,1.0,1.0,1.0
7
+ ayna,1.0,1.0,1.0,1.0,1.0
8
+ alu,0.5,1.0,0.5,0.6666666666666666,1.0
9
+ balti,1.0,1.0,1.0,1.0,1.0
10
+ angur,1.0,1.0,1.0,1.0,1.0
11
+ anaros,1.0,1.0,1.0,1.0,1.0
per_class_results_train.csv ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ class,accuracy,precision,recall,f1,top5_accuracy
2
+ chikissha,1.0,1.0,1.0,1.0,1.0
3
+ apartment,1.0,1.0,1.0,1.0,1.0
4
+ ac,1.0,1.0,1.0,1.0,1.0
5
+ cream,1.0,1.0,1.0,1.0,1.0
6
+ attio,1.0,1.0,1.0,1.0,1.0
7
+ ayna,1.0,1.0,1.0,1.0,1.0
8
+ alu,1.0,1.0,1.0,1.0,1.0
9
+ balti,1.0,1.0,1.0,1.0,1.0
10
+ angur,1.0,1.0,1.0,1.0,1.0
11
+ anaros,1.0,1.0,1.0,1.0,1.0
per_class_results_val.csv ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ class,accuracy,precision,recall,f1,top5_accuracy
2
+ chikissha,1.0,1.0,1.0,1.0,1.0
3
+ apartment,1.0,1.0,1.0,1.0,1.0
4
+ ac,1.0,1.0,1.0,1.0,1.0
5
+ cream,1.0,1.0,1.0,1.0,1.0
6
+ attio,1.0,1.0,1.0,1.0,1.0
7
+ ayna,1.0,1.0,1.0,1.0,1.0
8
+ alu,1.0,1.0,1.0,1.0,1.0
9
+ balti,1.0,1.0,1.0,1.0,1.0
10
+ angur,1.0,1.0,1.0,1.0,1.0
11
+ anaros,1.0,1.0,1.0,1.0,1.0