KoniHD commited on
Commit
bcab72a
·
verified ·
1 Parent(s): d77d222

Correcting config to match with model parameters.

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -3,7 +3,7 @@
3
  "batch_norm": true,
4
  "batch_size": 16,
5
  "criterion": "mse",
6
- "dropout_rate": 0.3,
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,