25 lines
698 B
JSON
25 lines
698 B
JSON
{
|
|
"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"
|
|
} |