Create config.json
Browse files- config.json +9 -0
config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"ResNet"
|
4 |
+
],
|
5 |
+
"model_type": "resnet",
|
6 |
+
"model_name": "resnet50",
|
7 |
+
"weights": "imagenet",
|
8 |
+
"num_classes": 5
|
9 |
+
}
|