trongg commited on
Commit
a536800
1 Parent(s): 8a2caa7

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +37 -0
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "swinv2_base_window8_256",
3
+ "num_classes": 9083,
4
+ "num_features": 1024,
5
+ "global_pool": "avg",
6
+ "model_args": {
7
+ "act_layer": "gelu",
8
+ "img_size": 448,
9
+ "window_size": 14
10
+ },
11
+ "pretrained_cfg": {
12
+ "custom_load": false,
13
+ "input_size": [
14
+ 3,
15
+ 448,
16
+ 448
17
+ ],
18
+ "fixed_input_size": false,
19
+ "interpolation": "bicubic",
20
+ "crop_pct": 1.0,
21
+ "crop_mode": "center",
22
+ "mean": [
23
+ 0.5,
24
+ 0.5,
25
+ 0.5
26
+ ],
27
+ "std": [
28
+ 0.5,
29
+ 0.5,
30
+ 0.5
31
+ ],
32
+ "num_classes": 9083,
33
+ "pool_size": null,
34
+ "first_conv": null,
35
+ "classifier": null
36
+ }
37
+ }