nateraw commited on
Commit
eec8881
1 Parent(s): b64513c
Files changed (3) hide show
  1. README.md +7 -0
  2. config.json +69 -0
  3. pytorch_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - timm
5
+ library_tag: timm
6
+ ---
7
+ # Model card for some-timm-model
config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_classes": 37,
3
+ "input_size": [
4
+ 3,
5
+ 224,
6
+ 224
7
+ ],
8
+ "pool_size": [
9
+ 7,
10
+ 7
11
+ ],
12
+ "crop_pct": 0.95,
13
+ "interpolation": "bicubic",
14
+ "mean": [
15
+ 0.485,
16
+ 0.456,
17
+ 0.406
18
+ ],
19
+ "std": [
20
+ 0.229,
21
+ 0.224,
22
+ 0.225
23
+ ],
24
+ "first_conv": "conv1",
25
+ "classifier": "fc",
26
+ "url": "https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-rsb-weights/resnet50_a1_0-14fe96d1.pth",
27
+ "architecture": "resnet50",
28
+ "num_features": 2048,
29
+ "labels": [
30
+ "LABEL_0",
31
+ "LABEL_1",
32
+ "LABEL_2",
33
+ "LABEL_3",
34
+ "LABEL_4",
35
+ "LABEL_5",
36
+ "LABEL_6",
37
+ "LABEL_7",
38
+ "LABEL_8",
39
+ "LABEL_9",
40
+ "LABEL_10",
41
+ "LABEL_11",
42
+ "LABEL_12",
43
+ "LABEL_13",
44
+ "LABEL_14",
45
+ "LABEL_15",
46
+ "LABEL_16",
47
+ "LABEL_17",
48
+ "LABEL_18",
49
+ "LABEL_19",
50
+ "LABEL_20",
51
+ "LABEL_21",
52
+ "LABEL_22",
53
+ "LABEL_23",
54
+ "LABEL_24",
55
+ "LABEL_25",
56
+ "LABEL_26",
57
+ "LABEL_27",
58
+ "LABEL_28",
59
+ "LABEL_29",
60
+ "LABEL_30",
61
+ "LABEL_31",
62
+ "LABEL_32",
63
+ "LABEL_33",
64
+ "LABEL_34",
65
+ "LABEL_35",
66
+ "LABEL_36"
67
+ ],
68
+ "hf_hub": "nateraw/resnet50-oxford-iiit-pet"
69
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7daeca1fe4896f8814a9a8a74f33fa8948fcacc71de72c4a224a72247c96657e
3
+ size 94648961