timm
/

Image Classification
timm
PyTorch
Safetensors
rwightman HF staff commited on
Commit
3674a3b
1 Parent(s): 8c49d0f
Files changed (3) hide show
  1. README.md +7 -0
  2. config.json +34 -0
  3. pytorch_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - timm
5
+ library_tag: timm
6
+ ---
7
+ # Model card for tf_efficientnet_cc_b0_4e.in1k
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "tf_efficientnet_cc_b0_4e",
3
+ "num_classes": 1000,
4
+ "num_features": 1280,
5
+ "pretrained_cfg": {
6
+ "custom_load": false,
7
+ "input_size": [
8
+ 3,
9
+ 224,
10
+ 224
11
+ ],
12
+ "fixed_input_size": false,
13
+ "interpolation": "bicubic",
14
+ "crop_pct": 0.875,
15
+ "crop_mode": "center",
16
+ "mean": [
17
+ 0.5,
18
+ 0.5,
19
+ 0.5
20
+ ],
21
+ "std": [
22
+ 0.5,
23
+ 0.5,
24
+ 0.5
25
+ ],
26
+ "num_classes": 1000,
27
+ "pool_size": [
28
+ 7,
29
+ 7
30
+ ],
31
+ "first_conv": "conv_stem",
32
+ "classifier": "classifier"
33
+ }
34
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8b68a80ec8713a3dc9032f1b9dc2714fb03cc8ceb633f4e868ef7f3435b9dc8
3
+ size 53549137