herrkobold commited on
Commit
8b2b1e9
·
verified ·
1 Parent(s): 781eaa8
Files changed (4) hide show
  1. README.md +8 -0
  2. config.json +39 -0
  3. model.safetensors +3 -0
  4. pytorch_model.bin +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 gmixer_24_224.ra3_in1k.detect_rotation
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "gmixer_24_224",
3
+ "num_classes": 4,
4
+ "num_features": 384,
5
+ "global_pool": "avg",
6
+ "label_names": [
7
+ 0,
8
+ 1,
9
+ 2,
10
+ 3
11
+ ],
12
+ "pretrained_cfg": {
13
+ "tag": "ra3_in1k",
14
+ "custom_load": false,
15
+ "input_size": [
16
+ 3,
17
+ 224,
18
+ 224
19
+ ],
20
+ "fixed_input_size": true,
21
+ "interpolation": "bicubic",
22
+ "crop_pct": 0.875,
23
+ "crop_mode": "center",
24
+ "mean": [
25
+ 0.485,
26
+ 0.456,
27
+ 0.406
28
+ ],
29
+ "std": [
30
+ 0.229,
31
+ 0.224,
32
+ 0.225
33
+ ],
34
+ "num_classes": 1000,
35
+ "pool_size": null,
36
+ "first_conv": "stem.proj",
37
+ "classifier": "head"
38
+ }
39
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfacd21ede39e8284267032704dffebc3a6ad98a253ea5381a37f9e23bcef6ed
3
+ size 97378840
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60e654ce035cdda8bfdf524c5468c96cd8c80d2d877aaad8e66ecfffdae1789c
3
+ size 97461282