nateraw commited on
Commit
b68614b
1 Parent(s): bd3ecbf
Files changed (3) hide show
  1. README.md +7 -0
  2. config.json +68 -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 resnet50-oxford-iiit-pet
config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "url": "https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-rsb-weights/resnet50_a1_0-14fe96d1.pth",
3
+ "num_classes": 37,
4
+ "input_size": [
5
+ 3,
6
+ 224,
7
+ 224
8
+ ],
9
+ "pool_size": [
10
+ 7,
11
+ 7
12
+ ],
13
+ "crop_pct": 0.95,
14
+ "interpolation": "bicubic",
15
+ "mean": [
16
+ 0.485,
17
+ 0.456,
18
+ 0.406
19
+ ],
20
+ "std": [
21
+ 0.229,
22
+ 0.224,
23
+ 0.225
24
+ ],
25
+ "first_conv": "conv1",
26
+ "classifier": "fc",
27
+ "architecture": "resnet50",
28
+ "num_features": 2048,
29
+ "labels": [
30
+ "Abyssinian",
31
+ "american_bulldog",
32
+ "american_pit_bull_terrier",
33
+ "basset_hound",
34
+ "beagle",
35
+ "Bengal",
36
+ "Birman",
37
+ "Bombay",
38
+ "boxer",
39
+ "British_Shorthair",
40
+ "chihuahua",
41
+ "Egyptian_Mau",
42
+ "english_cocker_spaniel",
43
+ "english_setter",
44
+ "german_shorthaired",
45
+ "great_pyrenees",
46
+ "havanese",
47
+ "japanese_chin",
48
+ "keeshond",
49
+ "leonberger",
50
+ "Maine_Coon",
51
+ "miniature_pinscher",
52
+ "newfoundland",
53
+ "Persian",
54
+ "pomeranian",
55
+ "pug",
56
+ "Ragdoll",
57
+ "Russian_Blue",
58
+ "saint_bernard",
59
+ "samoyed",
60
+ "scottish_terrier",
61
+ "shiba_inu",
62
+ "Siamese",
63
+ "Sphynx",
64
+ "staffordshire_bull_terrier",
65
+ "wheaten_terrier",
66
+ "yorkshire_terrier"
67
+ ]
68
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b71fd5e9a0fb4e9ad52abca9f128b61438d17f06523dcfe4c4c50b226b53966
3
+ size 94648961