Simple_CNN / config.json
KoniHD's picture
Correcting config to match with model parameters.
bcab72a verified
raw
history blame
241 Bytes
{
"activation": "relu",
"batch_norm": true,
"batch_size": 16,
"criterion": "mse",
"dropout": 0.3,
"img_size": 224,
"lr": 0.004,
"max_epochs": 30,
"optimizer": "adam",
"out_dim": 136,
"patience": 5,
"random_seed": 42
}