Rename Config.json to config.json
Browse files- Config.json → config.json +15 -14
Config.json → config.json
RENAMED
|
@@ -1,14 +1,15 @@
|
|
| 1 |
-
{
|
| 2 |
-
"
|
| 3 |
-
|
| 4 |
-
"
|
| 5 |
-
"
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"
|
| 11 |
-
"
|
| 12 |
-
"
|
| 13 |
-
"
|
| 14 |
-
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "genconvit",
|
| 3 |
+
"model": {
|
| 4 |
+
"backbone": "convnext_tiny",
|
| 5 |
+
"embedder": "swin_tiny_patch4_window7_224",
|
| 6 |
+
"latent_dims": 12544
|
| 7 |
+
},
|
| 8 |
+
"batch_size": 32,
|
| 9 |
+
"epoch": 1,
|
| 10 |
+
"learning_rate": 0.0001,
|
| 11 |
+
"weight_decay": 0.0001,
|
| 12 |
+
"num_classes": 2,
|
| 13 |
+
"img_size": 224,
|
| 14 |
+
"min_val_loss": 10000
|
| 15 |
+
}
|