anonauthors commited on
Commit
8a373ec
1 Parent(s): c33fcb0
Files changed (3) hide show
  1. README.md +8 -0
  2. config.json +55 -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 cifar10-timm-resnet50
config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "resnet50",
3
+ "num_classes": 10,
4
+ "num_features": 2048,
5
+ "label_names": {
6
+ "airplane": 0,
7
+ "automobile": 1,
8
+ "bird": 2,
9
+ "cat": 3,
10
+ "deer": 4,
11
+ "dog": 5,
12
+ "frog": 6,
13
+ "horse": 7,
14
+ "ship": 8,
15
+ "truck": 9
16
+ },
17
+ "pretrained_cfg": {
18
+ "tag": "a1_in1k",
19
+ "custom_load": false,
20
+ "input_size": [
21
+ 3,
22
+ 224,
23
+ 224
24
+ ],
25
+ "test_input_size": [
26
+ 3,
27
+ 288,
28
+ 288
29
+ ],
30
+ "fixed_input_size": false,
31
+ "interpolation": "bicubic",
32
+ "crop_pct": 0.95,
33
+ "test_crop_pct": 1.0,
34
+ "crop_mode": "center",
35
+ "mean": [
36
+ 0.485,
37
+ 0.456,
38
+ 0.406
39
+ ],
40
+ "std": [
41
+ 0.229,
42
+ 0.224,
43
+ 0.225
44
+ ],
45
+ "num_classes": 1000,
46
+ "pool_size": [
47
+ 7,
48
+ 7
49
+ ],
50
+ "first_conv": "conv1",
51
+ "classifier": "fc",
52
+ "origin_url": "https://github.com/huggingface/pytorch-image-models",
53
+ "paper_ids": "arXiv:2110.00476"
54
+ }
55
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a3704c84340824a7ce53bf82d00924d8e5a5a30f5729fc73f04ad6475ec3c10
3
+ size 94428865