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