Upload best_resnet50.meta.json with huggingface_hub
Browse files- best_resnet50.meta.json +11 -0
best_resnet50.meta.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"arch": "resnet50",
|
| 3 |
+
"seed": 42,
|
| 4 |
+
"device": "cuda",
|
| 5 |
+
"phase1_epochs_ran": 8,
|
| 6 |
+
"phase2_epochs_ran": 15,
|
| 7 |
+
"best_val_loss": 0.14994667431582576,
|
| 8 |
+
"checkpoint": "models\\best_resnet50.pt",
|
| 9 |
+
"torch_version": "2.6.0+cu124",
|
| 10 |
+
"trained_at_utc": "2026-08-01T22:51:16Z"
|
| 11 |
+
}
|