Correcting config to match with model parameters.
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
"batch_norm": true,
|
| 4 |
"batch_size": 16,
|
| 5 |
"criterion": "mse",
|
| 6 |
-
"
|
| 7 |
"img_size": 224,
|
| 8 |
"lr": 0.004,
|
| 9 |
"max_epochs": 30,
|
|
|
|
| 3 |
"batch_norm": true,
|
| 4 |
"batch_size": 16,
|
| 5 |
"criterion": "mse",
|
| 6 |
+
"dropout": 0.3,
|
| 7 |
"img_size": 224,
|
| 8 |
"lr": 0.004,
|
| 9 |
"max_epochs": 30,
|