Khauneesh commited on
Commit
54b9346
·
verified ·
1 Parent(s): 7a973dc

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +8 -3
config.json CHANGED
@@ -2,7 +2,12 @@
2
  "architectures": [
3
  "TinyCNN"
4
  ],
5
- "num_labels": 10,
6
- "num_channels": 3,
7
- "image_size": 224
 
 
 
 
 
8
  }
 
2
  "architectures": [
3
  "TinyCNN"
4
  ],
5
+ "input_size": [
6
+ 3,
7
+ 224,
8
+ 224
9
+ ],
10
+ "num_classes": 10,
11
+ "model_type": "torchscript",
12
+ "library_name": "pytorch"
13
  }