nateraw commited on
Commit
0ac3af8
1 Parent(s): 97a7485
Files changed (3) hide show
  1. README.md +7 -0
  2. config.json +41 -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 timm-resnet18-imagenette-160px-5-epochs
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "url": "https://download.pytorch.org/models/resnet18-5c106cde.pth",
3
+ "num_classes": 10,
4
+ "input_size": [
5
+ 3,
6
+ 224,
7
+ 224
8
+ ],
9
+ "pool_size": [
10
+ 7,
11
+ 7
12
+ ],
13
+ "crop_pct": 0.875,
14
+ "interpolation": "bilinear",
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": "resnet18",
28
+ "num_features": 512,
29
+ "labels": [
30
+ "n01440764",
31
+ "n02102040",
32
+ "n02979186",
33
+ "n03000684",
34
+ "n03028079",
35
+ "n03394916",
36
+ "n03417042",
37
+ "n03425413",
38
+ "n03445777",
39
+ "n03888257"
40
+ ]
41
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d96b8aa59e431554905cc1363595fdb554d37af6bd168657c7520af2e9568719
3
+ size 44804941