1aurent commited on
Commit
51dd71b
1 Parent(s): 7e8b031
Files changed (3) hide show
  1. README.md +8 -0
  2. config.json +37 -0
  3. model.safetensors +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 resnext101_32x8d.tiatoolbox-pcam
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "resnext101_32x8d",
3
+ "num_classes": 2,
4
+ "num_features": 2048,
5
+ "pretrained_cfg": {
6
+ "tag": "tv_in1k",
7
+ "custom_load": false,
8
+ "input_size": [
9
+ 3,
10
+ 224,
11
+ 224
12
+ ],
13
+ "fixed_input_size": false,
14
+ "interpolation": "bilinear",
15
+ "crop_pct": 0.875,
16
+ "crop_mode": "center",
17
+ "mean": [
18
+ 0.485,
19
+ 0.456,
20
+ 0.406
21
+ ],
22
+ "std": [
23
+ 0.229,
24
+ 0.224,
25
+ 0.225
26
+ ],
27
+ "num_classes": 1000,
28
+ "pool_size": [
29
+ 7,
30
+ 7
31
+ ],
32
+ "first_conv": "conv1",
33
+ "classifier": "fc",
34
+ "license": "bsd-3-clause",
35
+ "origin_url": "https://github.com/pytorch/vision"
36
+ }
37
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9d6a89564b7db3d00858abcd9f83da7cb9703c4932e1024d34a2206d4d5d78a
3
+ size 347855408