12 lines
209 B
JSON
12 lines
209 B
JSON
{
|
|
"run_name": "p2b_simplecnn_224",
|
|
"backbone": "simple_cnn",
|
|
"cnn_preset": "medium",
|
|
"dropout": 0.0,
|
|
"epochs": 15,
|
|
"image_size": 224,
|
|
"subsample": 0.2,
|
|
"augment": false,
|
|
"data_dir": "data"
|
|
}
|