Khauneesh commited on
Commit
f291322
·
verified ·
1 Parent(s): dc20074

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +4 -9
config.json CHANGED
@@ -1,13 +1,8 @@
1
  {
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
  }
 
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
  }