refactoring
This commit is contained in:
25
NN/models/checkpoints/registry_metadata.json
Normal file
25
NN/models/checkpoints/registry_metadata.json
Normal 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"
|
||||
}
|
Reference in New Issue
Block a user