Create config.json
Browse files- config.json +9 -0
config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "resnet",
|
3 |
+
"num_classes": 15,
|
4 |
+
"input_size": 224,
|
5 |
+
"output_size": 256,
|
6 |
+
"hidden_layers": 3,
|
7 |
+
"dropout_prob": 0.4,
|
8 |
+
"activation": "relu"
|
9 |
+
}
|