OmAlve commited on
Commit
c0ca17f
1 Parent(s): 1573893
Files changed (3) hide show
  1. README.md +8 -0
  2. config.json +59 -0
  3. pytorch_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - timm
5
+ library_name: timm
6
+ license: apache-2.0
7
+ ---
8
+ # Model card for swin_s3_base_224-finetuned-pascal
config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "swin_s3_base_224",
3
+ "num_classes": 20,
4
+ "num_features": 768,
5
+ "global_pool": "avg",
6
+ "label_names": [
7
+ "Aeroplane",
8
+ "Bicycle",
9
+ "Bird",
10
+ "Boat",
11
+ "Bottle",
12
+ "Bus",
13
+ "Car",
14
+ "Cat",
15
+ "Chair",
16
+ "Cow",
17
+ "Diningtable",
18
+ "Dog",
19
+ "Horse",
20
+ "Motorbike",
21
+ "Person",
22
+ "Potted plant",
23
+ "Sheep",
24
+ "Sofa",
25
+ "Train",
26
+ "Tv/monitor"
27
+ ],
28
+ "pretrained_cfg": {
29
+ "tag": "ms_in1k",
30
+ "custom_load": false,
31
+ "input_size": [
32
+ 3,
33
+ 224,
34
+ 224
35
+ ],
36
+ "fixed_input_size": true,
37
+ "interpolation": "bicubic",
38
+ "crop_pct": 0.9,
39
+ "crop_mode": "center",
40
+ "mean": [
41
+ 0.485,
42
+ 0.456,
43
+ 0.406
44
+ ],
45
+ "std": [
46
+ 0.229,
47
+ 0.224,
48
+ 0.225
49
+ ],
50
+ "num_classes": 1000,
51
+ "pool_size": [
52
+ 7,
53
+ 7
54
+ ],
55
+ "first_conv": "patch_embed.proj",
56
+ "classifier": "head.fc",
57
+ "license": "mit"
58
+ }
59
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f99ae0e6ddb658ae16f2e421499d0e71f13923f04d3f82b9d00191c162ca930
3
+ size 281673630