File size: 496 Bytes
3e31f97
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "config": {
    "run": 1,
    "batch": 50,
    "epochs": 10,
    "lr": 2e-05,
    "schedule": "constant",
    "temperature": 0.05
  },
  "train_loss": [
    0.12275952222203282,
    0.010569909010932,
    0.010736395044463082,
    0.005599966823718058,
    0.005208541926844486
  ],
  "val_loss": [
    0.010218649069696873,
    0.010858787187851918,
    0.01137106228249168,
    0.013123578424229516,
    0.014234499990620594
  ],
  "best_epoch": 1,
  "best_val_loss": 0.010218649069696873
}