Upload config.json
Browse files- config.json +7 -9
config.json
CHANGED
@@ -1,13 +1,11 @@
|
|
1 |
{
|
2 |
-
"model_type": "
|
3 |
"input_shape": [224, 224, 3],
|
4 |
"num_classes": 2,
|
5 |
-
"
|
6 |
-
"
|
7 |
-
"
|
8 |
-
|
9 |
-
|
10 |
-
"
|
11 |
-
"loss_function": "binary_crossentropy",
|
12 |
-
"metrics": ["accuracy"]
|
13 |
}
|
|
|
1 |
{
|
2 |
+
"model_type": "resnet152_binary_classification",
|
3 |
"input_shape": [224, 224, 3],
|
4 |
"num_classes": 2,
|
5 |
+
"layers": [
|
6 |
+
{"type": "resnet152", "output_shape": [7, 7, 2048]},
|
7 |
+
{"type": "global_average_pooling2d", "output_shape": [2048]},
|
8 |
+
{"type": "dense", "output_shape": [1]}
|
9 |
+
],
|
10 |
+
"total_parameters": 58377093
|
|
|
|
|
11 |
}
|