rievil commited on
Commit
8ad0767
·
verified ·
1 Parent(s): f77c369

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -3
config.json CHANGED
@@ -1,6 +1,7 @@
1
  {
2
  "architecture":"resnext101_32x8d",
3
- "num_labels": 5,
4
- "image_size": 416,
5
- "pooler_type": "avg"
 
6
  }
 
1
  {
2
  "architecture":"resnext101_32x8d",
3
+ "num_classes": 5,
4
+ "pretrained_cfg":{
5
+ "input_size":[3,416,416],
6
+ }
7
  }