lmarti commited on
Commit
84571ca
·
verified ·
1 Parent(s): fc62f1c
Files changed (3) hide show
  1. README.md +8 -0
  2. config.json +55 -0
  3. 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 resnet18_lensless
config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "resnet18",
3
+ "num_classes": 10,
4
+ "num_features": 512,
5
+ "label_names": [
6
+ "ACTINOSPHAERIUM NUCLEOFILUM",
7
+ "ARCELLA VULGARIS",
8
+ "BLEPHARISMA AMERICANUM",
9
+ "DIDINIUM NASUTUM",
10
+ "DILEPTUS",
11
+ "EUPLOTES EURYSTOMUS",
12
+ "PARAMECIUM BURSARIA",
13
+ "SPIROSTOMUM AMBIGUUM",
14
+ "STENTOR COERULEUS",
15
+ "VOLVOX"
16
+ ],
17
+ "pretrained_cfg": {
18
+ "tag": "a1_in1k",
19
+ "custom_load": false,
20
+ "input_size": [
21
+ 3,
22
+ 224,
23
+ 224
24
+ ],
25
+ "test_input_size": [
26
+ 3,
27
+ 288,
28
+ 288
29
+ ],
30
+ "fixed_input_size": false,
31
+ "interpolation": "bicubic",
32
+ "crop_pct": 0.95,
33
+ "test_crop_pct": 1.0,
34
+ "crop_mode": "center",
35
+ "mean": [
36
+ 0.485,
37
+ 0.456,
38
+ 0.406
39
+ ],
40
+ "std": [
41
+ 0.229,
42
+ 0.224,
43
+ 0.225
44
+ ],
45
+ "num_classes": 1000,
46
+ "pool_size": [
47
+ 7,
48
+ 7
49
+ ],
50
+ "first_conv": "conv1",
51
+ "classifier": "fc",
52
+ "origin_url": "https://github.com/huggingface/pytorch-image-models",
53
+ "paper_ids": "arXiv:2110.00476"
54
+ }
55
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65fd9b5145c34fd9d0872b99966f5faa1cc3e88dfedb9f77ac06ab6864e2bbf9
3
+ size 44805426