-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathresults_torch_5way.json
More file actions
46 lines (46 loc) · 961 Bytes
/
results_torch_5way.json
File metadata and controls
46 lines (46 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"results": {
"L0": {
"losses": [
2.69517126083374,
2.674018383026123,
2.5403162240982056,
2.633763313293457,
2.5668792009353636
],
"n_params": 2795,
"mean": 2.6220296764373776,
"std": 0.06691199155595284
},
"L3": {
"losses": [
1.981139886379242,
1.8212661385536193,
1.8688120603561402,
1.8392328023910522,
1.8815640211105347
],
"n_params": 2027,
"mean": 1.8784029817581178,
"std": 0.06216062121085974
},
"L4": {
"losses": [
2.053401863574982,
2.0537478268146514,
1.698503202199936,
2.086247956752777,
2.01119579076767
],
"n_params": 2027,
"mean": 1.9806193280220032,
"std": 0.15994288867250414
}
},
"config": {
"seeds": "42,7,123,2026,1",
"steps": 250,
"lr": 0.02,
"out": "results_torch_5way.json"
}
}