1aurent commited on
Commit
bd80219
1 Parent(s): 4dcde8a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -4,7 +4,7 @@
4
  "num_features": 768,
5
  "global_pool": "avg",
6
  "pretrained_cfg": {
7
- "tag": "ms_in1k",
8
  "custom_load": false,
9
  "input_size": [
10
  3,
@@ -25,13 +25,13 @@
25
  0.224,
26
  0.225
27
  ],
28
- "num_classes": 1000,
29
  "pool_size": [
30
  7,
31
  7
32
  ],
33
- "first_conv": "patch_embed.proj",
34
  "classifier": "head.fc",
35
- "license": "mit"
36
  }
37
  }
 
4
  "num_features": 768,
5
  "global_pool": "avg",
6
  "pretrained_cfg": {
7
+ "tag": "CTransPath",
8
  "custom_load": false,
9
  "input_size": [
10
  3,
 
25
  0.224,
26
  0.225
27
  ],
28
+ "num_classes": 0,
29
  "pool_size": [
30
  7,
31
  7
32
  ],
33
+ "first_conv": "patch_embed.proj.0",
34
  "classifier": "head.fc",
35
+ "license": "gplv3"
36
  }
37
  }