ChanLumerico commited on
Commit
bbbb298
·
verified ·
1 Parent(s): ca925b5

Add SAIL_IN1K weights

Browse files
SAIL_IN1K/config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "library_name": "lucid",
3
+ "architecture": "inception_next_tiny",
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
+ 9,
13
+ 3
14
+ ],
15
+ "dims": [
16
+ 96,
17
+ 192,
18
+ 384,
19
+ 768
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": 256,
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_tiny.sail_in1k",
52
+ "num_params": 28055680,
53
+ "recipe": "",
54
+ "metrics": {
55
+ "ImageNet-1k": {
56
+ "acc@1": 82.3,
57
+ "acc@5": 96.1
58
+ }
59
+ },
60
+ "sha256": "16cd250ce8c28a748f5e399d0cb300a4eb417065f379d70fbdd5c54cabee1052",
61
+ "file_size_mb": 107.11
62
+ }
63
+ }
SAIL_IN1K/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16cd250ce8c28a748f5e399d0cb300a4eb417065f379d70fbdd5c54cabee1052
3
+ size 112316736