ChanLumerico commited on
Commit
44895cb
·
verified ·
1 Parent(s): ee7e8a1

Add SAIL_IN1K weights

Browse files
SAIL_IN1K/config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "library_name": "lucid",
3
+ "architecture": "inception_next_base",
4
+ "model_type": "inception_next",
5
+ "task": "image-classification",
6
+ "config": {
7
+ "num_classes": 1000,
8
+ "in_channels": 3,
9
+ "depths": [
10
+ 3,
11
+ 3,
12
+ 27,
13
+ 3
14
+ ],
15
+ "dims": [
16
+ 128,
17
+ 256,
18
+ 512,
19
+ 1024
20
+ ],
21
+ "band_kernel": 11,
22
+ "mlp_ratios": [
23
+ 4,
24
+ 4,
25
+ 4,
26
+ 3
27
+ ]
28
+ },
29
+ "preprocessing": {
30
+ "preprocessor_type": "ImageClassification",
31
+ "init_kwargs": {
32
+ "crop_size": 224,
33
+ "resize_size": 236,
34
+ "mean": [
35
+ 0.485,
36
+ 0.456,
37
+ 0.406
38
+ ],
39
+ "std": [
40
+ 0.229,
41
+ 0.224,
42
+ 0.225
43
+ ],
44
+ "interpolation": "bicubic"
45
+ }
46
+ },
47
+ "weights": {
48
+ "tag": "SAIL_IN1K",
49
+ "num_classes": 1000,
50
+ "license": "apache-2.0",
51
+ "source": "timm/inception_next_base.sail_in1k",
52
+ "num_params": 86672136,
53
+ "recipe": "",
54
+ "metrics": {
55
+ "ImageNet-1k": {
56
+ "acc@1": 84.0,
57
+ "acc@5": 96.9
58
+ }
59
+ },
60
+ "sha256": "3928b2fbd8f25bf575c7506586b17340abc6ae9227b9b44ada4cab0d9c61d6b5",
61
+ "file_size_mb": 330.84
62
+ }
63
+ }
SAIL_IN1K/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3928b2fbd8f25bf575c7506586b17340abc6ae9227b9b44ada4cab0d9c61d6b5
3
+ size 346908376