ngctnnnn commited on
Commit
2f10644
1 Parent(s): a21917a
Files changed (3) hide show
  1. README.md +7 -0
  2. config.json +32 -0
  3. pytorch_model.bin +2 -2
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - timm
5
+ library_tag: timm
6
+ ---
7
+ # Model card for lvmmed_rn50
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "url": "https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-rsb-weights/resnet50_a1_0-14fe96d1.pth",
3
+ "num_classes": 1000,
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
+ 0
31
+ ]
32
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:22e64e562480c6fa031613124f1fadbd17045e400e2f24e5f150b2a53e057df6
3
- size 102542733
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:013cd368b3be973b8e09b88c6378ae6fb2e7be58c27ab9afea041a84c5f3b786
3
+ size 102545229