checkpoint manager

This commit is contained in:
Dobromir Popov
2025-06-24 21:41:50 +03:00
parent c9d1e029c5
commit 706eb13912
7 changed files with 978 additions and 1 deletions

View File

@ -0,0 +1,126 @@
{
"example_cnn": [
{
"checkpoint_id": "example_cnn_20250624_213913",
"model_name": "example_cnn",
"model_type": "cnn",
"file_path": "NN\\models\\saved\\example_cnn\\example_cnn_20250624_213913.pt",
"created_at": "2025-06-24T21:39:13.559926",
"file_size_mb": 0.0797882080078125,
"performance_score": 65.67219525381417,
"accuracy": 0.28019601724789606,
"loss": 1.9252885885630378,
"val_accuracy": 0.21531048803825983,
"val_loss": 1.953166686238386,
"reward": null,
"pnl": null,
"epoch": 1,
"training_time_hours": 0.1,
"total_parameters": 20163,
"wandb_run_id": null,
"wandb_artifact_name": null
},
{
"checkpoint_id": "example_cnn_20250624_213913",
"model_name": "example_cnn",
"model_type": "cnn",
"file_path": "NN\\models\\saved\\example_cnn\\example_cnn_20250624_213913.pt",
"created_at": "2025-06-24T21:39:13.563368",
"file_size_mb": 0.0797882080078125,
"performance_score": 85.85617724870231,
"accuracy": 0.3797766367576808,
"loss": 1.738881079808816,
"val_accuracy": 0.31375868989071576,
"val_loss": 1.758474336328537,
"reward": null,
"pnl": null,
"epoch": 2,
"training_time_hours": 0.2,
"total_parameters": 20163,
"wandb_run_id": null,
"wandb_artifact_name": null
},
{
"checkpoint_id": "example_cnn_20250624_213913",
"model_name": "example_cnn",
"model_type": "cnn",
"file_path": "NN\\models\\saved\\example_cnn\\example_cnn_20250624_213913.pt",
"created_at": "2025-06-24T21:39:13.566494",
"file_size_mb": 0.0797882080078125,
"performance_score": 96.86696983784515,
"accuracy": 0.41565501055141396,
"loss": 1.731468873500252,
"val_accuracy": 0.38848400580514414,
"val_loss": 1.8154629243104177,
"reward": null,
"pnl": null,
"epoch": 3,
"training_time_hours": 0.30000000000000004,
"total_parameters": 20163,
"wandb_run_id": null,
"wandb_artifact_name": null
},
{
"checkpoint_id": "example_cnn_20250624_213913",
"model_name": "example_cnn",
"model_type": "cnn",
"file_path": "NN\\models\\saved\\example_cnn\\example_cnn_20250624_213913.pt",
"created_at": "2025-06-24T21:39:13.569547",
"file_size_mb": 0.0797882080078125,
"performance_score": 106.29887197896815,
"accuracy": 0.4639872237832544,
"loss": 1.4731813440281318,
"val_accuracy": 0.4291565645756503,
"val_loss": 1.5423255128941882,
"reward": null,
"pnl": null,
"epoch": 4,
"training_time_hours": 0.4,
"total_parameters": 20163,
"wandb_run_id": null,
"wandb_artifact_name": null
},
{
"checkpoint_id": "example_cnn_20250624_213913",
"model_name": "example_cnn",
"model_type": "cnn",
"file_path": "NN\\models\\saved\\example_cnn\\example_cnn_20250624_213913.pt",
"created_at": "2025-06-24T21:39:13.575375",
"file_size_mb": 0.0797882080078125,
"performance_score": 115.87168812846218,
"accuracy": 0.5256293272461906,
"loss": 1.3264778472364203,
"val_accuracy": 0.46011511860837684,
"val_loss": 1.3762786097581432,
"reward": null,
"pnl": null,
"epoch": 5,
"training_time_hours": 0.5,
"total_parameters": 20163,
"wandb_run_id": null,
"wandb_artifact_name": null
}
],
"example_manual": [
{
"checkpoint_id": "example_manual_20250624_213913",
"model_name": "example_manual",
"model_type": "cnn",
"file_path": "NN\\models\\saved\\example_manual\\example_manual_20250624_213913.pt",
"created_at": "2025-06-24T21:39:13.578488",
"file_size_mb": 0.0018634796142578125,
"performance_score": 186.07000000000002,
"accuracy": 0.85,
"loss": 0.45,
"val_accuracy": 0.82,
"val_loss": 0.48,
"reward": null,
"pnl": null,
"epoch": 25,
"training_time_hours": 2.5,
"total_parameters": 33,
"wandb_run_id": null,
"wandb_artifact_name": null
}
]
}