File size: 908 Bytes
6eaddc2 |
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 |
{
"total_checkpoints": 3,
"best_checkpoint": {
"epoch": 2,
"path": "./models/working_draft/checkpoint_epoch_2",
"val_loss": 1.9706446496658447,
"train_loss": 1.9690602091820009,
"is_best": true
},
"checkpoints": [
{
"epoch": 0,
"path": "./models/working_draft/checkpoint_epoch_0",
"val_loss": 1.9706641339331337,
"train_loss": 1.9690746277378453,
"is_best": false
},
{
"epoch": 1,
"path": "./models/working_draft/checkpoint_epoch_1",
"val_loss": 1.9706711761400657,
"train_loss": 1.9690665218522472,
"is_best": false
},
{
"epoch": 2,
"path": "./models/working_draft/checkpoint_epoch_2",
"val_loss": 1.9706446496658447,
"train_loss": 1.9690602091820009,
"is_best": true
}
],
"training_time_minutes": 90.36421235005061,
"summary_created": "2025-06-13 12:39:51"
} |