Upload config.json with huggingface_hub
Browse files- config.json +4 -9
config.json
CHANGED
|
@@ -1,13 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
"
|
| 6 |
-
3,
|
| 7 |
-
224,
|
| 8 |
-
224
|
| 9 |
-
],
|
| 10 |
-
"num_classes": 10,
|
| 11 |
"model_type": "torchscript",
|
| 12 |
"library_name": "pytorch"
|
| 13 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"architectures": ["TinyCNN"],
|
| 3 |
+
"num_channels": 3,
|
| 4 |
+
"image_size": 224,
|
| 5 |
+
"num_labels": 10,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
"model_type": "torchscript",
|
| 7 |
"library_name": "pytorch"
|
| 8 |
}
|