Upload best_wiki4_vit_model_448px_adamw_config (2).json
Browse files
best_wiki4_vit_model_448px_adamw_config (2).json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "vit_base_patch16_224",
|
| 3 |
+
"pretrained_dataset": "ImageNet-1k",
|
| 4 |
+
"input_resolution": 448,
|
| 5 |
+
"num_output_classes": 4,
|
| 6 |
+
"dataset_name": "WikiChurches-4",
|
| 7 |
+
"train_data_count": 5838,
|
| 8 |
+
"val_data_count": 206,
|
| 9 |
+
"test_data_count": 1482,
|
| 10 |
+
"balanced_sampling": true,
|
| 11 |
+
"train_val_test_split_files": [
|
| 12 |
+
"wc4_train.txt",
|
| 13 |
+
"wc4_val.txt",
|
| 14 |
+
"wc4_test.txt"
|
| 15 |
+
],
|
| 16 |
+
"optimizer_type": "AdamW",
|
| 17 |
+
"learning_rate": 1e-05,
|
| 18 |
+
"weight_decay": 0.01,
|
| 19 |
+
"num_epochs": 80,
|
| 20 |
+
"batch_size": 8,
|
| 21 |
+
"lr_scheduler_type": "CosineAnnealingLR",
|
| 22 |
+
"use_amp": true,
|
| 23 |
+
"save_path_best_model": "best_wiki4_vit_model_448px_adamw.pth",
|
| 24 |
+
"best_val_balanced_accuracy": 0.6213,
|
| 25 |
+
"test_balanced_accuracy": 0.6213283809847625,
|
| 26 |
+
"test_overall_accuracy": 0.7281,
|
| 27 |
+
"test_loss": 0.9180,
|
| 28 |
+
"timestamp": "2025-05-15 11:38:52"
|
| 29 |
+
}
|