notmahi commited on
Commit
8e202af
1 Parent(s): 756f051
Files changed (2) hide show
  1. config.json +62 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "resnet34",
3
+ "num_classes": 0,
4
+ "num_features": 512,
5
+ "pretrained_cfg": {
6
+ "tag": "a1_in1k",
7
+ "custom_load": false,
8
+ "input_size": [
9
+ 3,
10
+ 224,
11
+ 224
12
+ ],
13
+ "test_input_size": [
14
+ 3,
15
+ 288,
16
+ 288
17
+ ],
18
+ "fixed_input_size": false,
19
+ "interpolation": "bicubic",
20
+ "crop_pct": 0.95,
21
+ "test_crop_pct": 1.0,
22
+ "crop_mode": "center",
23
+ "mean": [
24
+ 0.485,
25
+ 0.456,
26
+ 0.406
27
+ ],
28
+ "std": [
29
+ 0.229,
30
+ 0.224,
31
+ 0.225
32
+ ],
33
+ "num_classes": 1000,
34
+ "pool_size": [
35
+ 7,
36
+ 7
37
+ ],
38
+ "first_conv": "conv1",
39
+ "classifier": "fc",
40
+ "origin_url": "https://github.com/huggingface/pytorch-image-models",
41
+ "paper_ids": "arXiv:2110.00476"
42
+ },
43
+ "hflip": 0.0,
44
+ "vflip": 0.0,
45
+ "gaussblr": 0.15,
46
+ "grayscale": 0.15,
47
+ "scale": [
48
+ 1.0,
49
+ 1.0
50
+ ],
51
+ "crop_pct": 0.875,
52
+ "input_size": [
53
+ 3,
54
+ 256,
55
+ 256
56
+ ],
57
+ "test_input_size": [
58
+ 3,
59
+ 256,
60
+ 256
61
+ ]
62
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87aa60525726a32b74bce5f107c4b13d2ca3b4e218d5166179bc5240e9543098
3
+ size 85277933