peterhuang24
commited on
Commit
•
5e0a5c4
1
Parent(s):
6779f09
Upload config.json
Browse files- config.json +6 -9
config.json
CHANGED
@@ -1,11 +1,8 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
{"type": "dense", "output_shape": [1]}
|
9 |
-
],
|
10 |
-
"total_parameters": 58377093
|
11 |
}
|
|
|
1 |
{
|
2 |
+
"model_type": "resnet",
|
3 |
+
"input_shape": [224, 224, 3],
|
4 |
+
"num_classes": 1,
|
5 |
+
"architecture": "ResNet152",
|
6 |
+
"description": "Fine-tuned ResNet152 for binary classification"
|
7 |
+
|
|
|
|
|
|
|
8 |
}
|