anonauthors commited on
Commit
61d830b
1 Parent(s): 1853121
Files changed (3) hide show
  1. README.md +8 -0
  2. config.json +92 -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 dtd-timm-resnet50
config.json ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "resnet50",
3
+ "num_classes": 47,
4
+ "num_features": 2048,
5
+ "label_names": {
6
+ "banded": 0,
7
+ "blotchy": 1,
8
+ "braided": 2,
9
+ "bubbly": 3,
10
+ "bumpy": 4,
11
+ "chequered": 5,
12
+ "cobwebbed": 6,
13
+ "cracked": 7,
14
+ "crosshatched": 8,
15
+ "crystalline": 9,
16
+ "dotted": 10,
17
+ "fibrous": 11,
18
+ "flecked": 12,
19
+ "freckled": 13,
20
+ "frilly": 14,
21
+ "gauzy": 15,
22
+ "grid": 16,
23
+ "grooved": 17,
24
+ "honeycombed": 18,
25
+ "interlaced": 19,
26
+ "knitted": 20,
27
+ "lacelike": 21,
28
+ "lined": 22,
29
+ "marbled": 23,
30
+ "matted": 24,
31
+ "meshed": 25,
32
+ "paisley": 26,
33
+ "perforated": 27,
34
+ "pitted": 28,
35
+ "pleated": 29,
36
+ "polka-dotted": 30,
37
+ "porous": 31,
38
+ "potholed": 32,
39
+ "scaly": 33,
40
+ "smeared": 34,
41
+ "spiralled": 35,
42
+ "sprinkled": 36,
43
+ "stained": 37,
44
+ "stratified": 38,
45
+ "striped": 39,
46
+ "studded": 40,
47
+ "swirly": 41,
48
+ "veined": 42,
49
+ "waffled": 43,
50
+ "woven": 44,
51
+ "wrinkled": 45,
52
+ "zigzagged": 46
53
+ },
54
+ "pretrained_cfg": {
55
+ "tag": "a1_in1k",
56
+ "custom_load": false,
57
+ "input_size": [
58
+ 3,
59
+ 224,
60
+ 224
61
+ ],
62
+ "test_input_size": [
63
+ 3,
64
+ 288,
65
+ 288
66
+ ],
67
+ "fixed_input_size": false,
68
+ "interpolation": "bicubic",
69
+ "crop_pct": 0.95,
70
+ "test_crop_pct": 1.0,
71
+ "crop_mode": "center",
72
+ "mean": [
73
+ 0.485,
74
+ 0.456,
75
+ 0.406
76
+ ],
77
+ "std": [
78
+ 0.229,
79
+ 0.224,
80
+ 0.225
81
+ ],
82
+ "num_classes": 1000,
83
+ "pool_size": [
84
+ 7,
85
+ 7
86
+ ],
87
+ "first_conv": "conv1",
88
+ "classifier": "fc",
89
+ "origin_url": "https://github.com/huggingface/pytorch-image-models",
90
+ "paper_ids": "arXiv:2110.00476"
91
+ }
92
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7be50576cffe51360b31d39c463b5013a3d57bacfa1bc65372f275b10115c33c
3
+ size 94732097