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