Dragonscypher commited on
Commit
e51f1bc
·
verified ·
1 Parent(s): 53256cd

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -2
config.json CHANGED
@@ -4,6 +4,7 @@
4
  "depth_coefficient": 1.0,
5
  "width_coefficient": 1.0,
6
  "dropout_rate": 0.2,
7
- "num_classes": 1000,
8
- "image_size": 224
 
9
  }
 
4
  "depth_coefficient": 1.0,
5
  "width_coefficient": 1.0,
6
  "dropout_rate": 0.2,
7
+ "num_labels": 1000,
8
+ "image_size": 224,
9
+ "framework": "pytorch"
10
  }