mwalmsley commited on
Commit
f2f1f14
1 Parent(s): 4491e98
Files changed (3) hide show
  1. README.md +8 -0
  2. config.json +49 -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 resnet18-test
config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "resnet18",
3
+ "num_classes": 1000,
4
+ "num_features": 512,
5
+ "label_names": [
6
+ "a",
7
+ "b",
8
+ "c",
9
+ "d"
10
+ ],
11
+ "pretrained_cfg": {
12
+ "tag": "a1_in1k",
13
+ "custom_load": false,
14
+ "input_size": [
15
+ 3,
16
+ 224,
17
+ 224
18
+ ],
19
+ "test_input_size": [
20
+ 3,
21
+ 288,
22
+ 288
23
+ ],
24
+ "fixed_input_size": false,
25
+ "interpolation": "bicubic",
26
+ "crop_pct": 0.95,
27
+ "test_crop_pct": 1.0,
28
+ "crop_mode": "center",
29
+ "mean": [
30
+ 0.485,
31
+ 0.456,
32
+ 0.406
33
+ ],
34
+ "std": [
35
+ 0.229,
36
+ 0.224,
37
+ 0.225
38
+ ],
39
+ "num_classes": 1000,
40
+ "pool_size": [
41
+ 7,
42
+ 7
43
+ ],
44
+ "first_conv": "conv1",
45
+ "classifier": "fc",
46
+ "origin_url": "https://github.com/huggingface/pytorch-image-models",
47
+ "paper_ids": "arXiv:2110.00476"
48
+ }
49
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6d9e2056298c59451503845494f28eacb03a7596854d5e10079c34d0e8906b9
3
+ size 46836914