moudook commited on
Commit
21f1503
·
verified ·
1 Parent(s): 40b9285

Upload phase3_plots/vit_small_patch16_224/summary.json with huggingface_hub

Browse files
phase3_plots/vit_small_patch16_224/summary.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "phase": "phase3",
3
+ "arch": "vit_small_patch16_224",
4
+ "n_cls": 2,
5
+ "val_acc": 99.6685449121644,
6
+ "val_f1": 0.9966855292601248,
7
+ "test_acc": 99.6685449121644,
8
+ "test_prec": 99.66930446759204,
9
+ "test_rec": 99.6685449121644,
10
+ "test_f1": 99.66853026632198,
11
+ "n_samples": 3017,
12
+ "per_class": {
13
+ "precision": [
14
+ 0.998641304347826,
15
+ 0.9948220064724919
16
+ ],
17
+ "recall": [
18
+ 0.9945872801082544,
19
+ 0.9987004548408057
20
+ ],
21
+ "f1": [
22
+ 0.9966101694915255,
23
+ 0.996757457846952
24
+ ]
25
+ },
26
+ "history": {
27
+ "train_loss": [
28
+ 0.009144976320222667,
29
+ 0.002239878238270247,
30
+ 0.001780744232766403,
31
+ 0.0014160952444727086,
32
+ 0.0009706751143700588,
33
+ 0.0006964445732923167,
34
+ 0.0005758796071608946,
35
+ 0.00046057216444705425,
36
+ 0.0005155973887392851,
37
+ 0.00030830908351735226,
38
+ 0.00020543020222521074,
39
+ 0.00030831176308655333
40
+ ],
41
+ "val_loss": [
42
+ 0.0035574680936970695,
43
+ 0.0027800567953158656,
44
+ 0.00223269257870437,
45
+ 0.002427595804445754,
46
+ 0.001358823963828517,
47
+ 0.0020657930114758127,
48
+ 0.0006950094872400477,
49
+ 0.0011109619442856461,
50
+ 0.0008141358896628966,
51
+ 0.0006434073229801713,
52
+ 0.0006716489896497278,
53
+ 0.0009070781772973577
54
+ ],
55
+ "train_acc": [
56
+ 94.70870970415181,
57
+ 98.87295931051628,
58
+ 99.17543714262037,
59
+ 99.3121736968592,
60
+ 99.55664208171045,
61
+ 99.63536918869644,
62
+ 99.71823982762908,
63
+ 99.77210574293528,
64
+ 99.74724455125549,
65
+ 99.86326344576116,
66
+ 99.89641170133422,
67
+ 99.8549763818679
68
+ ],
69
+ "val_acc": [
70
+ 98.17699701690421,
71
+ 98.54159761352336,
72
+ 98.87305270135897,
73
+ 98.60788863109049,
74
+ 99.20450778919457,
75
+ 98.93934371892608,
76
+ 99.6685449121644,
77
+ 99.40338084189592,
78
+ 99.5028173682466,
79
+ 99.63539940338084,
80
+ 99.56910838581372,
81
+ 99.46967185946305
82
+ ]
83
+ }
84
+ }