ClementP commited on
Commit
39599a6
1 Parent(s): b642a61
Files changed (2) hide show
  1. config.json +39 -20
  2. model.safetensors +2 -2
config.json CHANGED
@@ -1,24 +1,43 @@
1
  {
2
- "architecture": "resnext50_32x4d.tv2_in1k",
3
- "as_regression": true,
4
- "ema": {
5
- "decay": 0.999
6
- },
7
- "img_size": [
8
- 512,
9
- 512
10
- ],
11
- "lr": 3e-05,
12
- "num_classes": 5,
13
- "optimizer": {
14
- "betas": [
15
- 0.9,
16
- 0.999
17
  ],
18
- "weight_decay": 0.0005
19
- },
20
- "pretrained": true,
21
- "swa": {
22
- "swa_lrs": 3e-05
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  }
24
  }
 
1
  {
2
+ "architecture": "resnext50_32x4d",
3
+ "num_classes": 1,
4
+ "num_features": 2048,
5
+ "pretrained_cfg": {
6
+ "tag": "tv2_in1k",
7
+ "custom_load": false,
8
+ "input_size": [
9
+ 3,
10
+ 176,
11
+ 176
 
 
 
 
 
12
  ],
13
+ "test_input_size": [
14
+ 3,
15
+ 224,
16
+ 224
17
+ ],
18
+ "fixed_input_size": false,
19
+ "interpolation": "bilinear",
20
+ "crop_pct": 0.875,
21
+ "test_crop_pct": 0.965,
22
+ "crop_mode": "center",
23
+ "mean": [
24
+ 0.485,
25
+ 0.456,
26
+ 0.406
27
+ ],
28
+ "std": [
29
+ 0.229,
30
+ 0.224,
31
+ 0.225
32
+ ],
33
+ "num_classes": 1000,
34
+ "pool_size": [
35
+ 6,
36
+ 6
37
+ ],
38
+ "first_conv": "conv1",
39
+ "classifier": "fc",
40
+ "license": "bsd-3-clause",
41
+ "origin_url": "https://github.com/pytorch/vision"
42
  }
43
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5f16ce7582c763f127fbff0e8c517673d766d6d28ca87abddc89e16735dde171
3
- size 92231612
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2641588187ef33f9e34ced6b6de5634f44b00758e529aefef29708be233d9390
3
+ size 92229692