refactoring

This commit is contained in:
Dobromir Popov
2025-09-08 23:57:21 +03:00
parent 98ebbe5089
commit c3a94600c8
50 changed files with 856 additions and 1302 deletions

View File

@@ -0,0 +1,25 @@
{
"models": {
"test_model": {
"type": "cnn",
"latest_path": "models/cnn/saved/test_model_latest.pt",
"last_saved": "20250908_132919",
"save_count": 1
},
"audit_test_model": {
"type": "cnn",
"latest_path": "models/cnn/saved/audit_test_model_latest.pt",
"last_saved": "20250908_142204",
"save_count": 2,
"checkpoints": [
{
"id": "audit_test_model_20250908_142204_0.8500",
"path": "models/cnn/checkpoints/audit_test_model_20250908_142204_0.8500.pt",
"performance_score": 0.85,
"timestamp": "20250908_142204"
}
]
}
},
"last_updated": "2025-09-08T14:22:04.917612"
}