Thaweewat commited on
Commit
2403865
1 Parent(s): b446e0c
Files changed (4) hide show
  1. README.md +8 -0
  2. config.json +41 -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 inception_512
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "inception_v4",
3
+ "num_classes": 4,
4
+ "num_features": 1536,
5
+ "label_names": [
6
+ "1_Normal",
7
+ "2_OME",
8
+ "4_AOM",
9
+ "5_Perforation"
10
+ ],
11
+ "pretrained_cfg": {
12
+ "tag": "tf_in1k",
13
+ "custom_load": false,
14
+ "input_size": [
15
+ 3,
16
+ 299,
17
+ 299
18
+ ],
19
+ "fixed_input_size": false,
20
+ "interpolation": "bicubic",
21
+ "crop_pct": 0.875,
22
+ "crop_mode": "center",
23
+ "mean": [
24
+ 0.5,
25
+ 0.5,
26
+ 0.5
27
+ ],
28
+ "std": [
29
+ 0.5,
30
+ 0.5,
31
+ 0.5
32
+ ],
33
+ "num_classes": 1000,
34
+ "pool_size": [
35
+ 8,
36
+ 8
37
+ ],
38
+ "first_conv": "features.0.conv",
39
+ "classifier": "last_linear"
40
+ }
41
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ce2e48d7f402924583ed5cfc450267c67abb10f0ce2439ea8a6853ada110bf3
3
+ size 164941040
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:550f359d0bd8cd2f2b18f1179d5472440e10909e8d28bc04c663ae925ca070d9
3
+ size 165181962