File size: 908 Bytes
eee74b7 |
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.6648176369258776,
"train_loss": 1.6754711744398976,
"is_best": true
},
"checkpoints": [
{
"epoch": 0,
"path": "./models/working_draft/checkpoint_epoch_0",
"val_loss": 1.6648216817606247,
"train_loss": 1.6754714963588506,
"is_best": false
},
{
"epoch": 1,
"path": "./models/working_draft/checkpoint_epoch_1",
"val_loss": 1.6648264206669057,
"train_loss": 1.6754815220601948,
"is_best": false
},
{
"epoch": 2,
"path": "./models/working_draft/checkpoint_epoch_2",
"val_loss": 1.6648176369258776,
"train_loss": 1.6754711744398976,
"is_best": true
}
],
"training_time_minutes": 100.0129363934199,
"summary_created": "2025-06-13 19:03:52"
} |