Upload config.json with huggingface_hub
Browse files- config.json +9 -0
config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architecture": "tf_efficientnet_b3.ap_in1k",
|
3 |
+
"input_size": [
|
4 |
+
3,
|
5 |
+
224,
|
6 |
+
224
|
7 |
+
],
|
8 |
+
"num_classes": 182
|
9 |
+
}
|