Add model
Browse files- README.md +8 -0
- config.json +35 -0
- 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 zoobot-encoder-efficientnet_b0
|
config.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architecture": "efficientnet_b0",
|
| 3 |
+
"num_classes": 0,
|
| 4 |
+
"num_features": 1280,
|
| 5 |
+
"pretrained_cfg": {
|
| 6 |
+
"tag": "ra_in1k",
|
| 7 |
+
"custom_load": false,
|
| 8 |
+
"input_size": [
|
| 9 |
+
3,
|
| 10 |
+
224,
|
| 11 |
+
224
|
| 12 |
+
],
|
| 13 |
+
"fixed_input_size": false,
|
| 14 |
+
"interpolation": "bicubic",
|
| 15 |
+
"crop_pct": 0.875,
|
| 16 |
+
"crop_mode": "center",
|
| 17 |
+
"mean": [
|
| 18 |
+
0.485,
|
| 19 |
+
0.456,
|
| 20 |
+
0.406
|
| 21 |
+
],
|
| 22 |
+
"std": [
|
| 23 |
+
0.229,
|
| 24 |
+
0.224,
|
| 25 |
+
0.225
|
| 26 |
+
],
|
| 27 |
+
"num_classes": 1000,
|
| 28 |
+
"pool_size": [
|
| 29 |
+
7,
|
| 30 |
+
7
|
| 31 |
+
],
|
| 32 |
+
"first_conv": "conv_stem",
|
| 33 |
+
"classifier": "classifier"
|
| 34 |
+
}
|
| 35 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14430a8e5e57105c28f96713b0888837a8114fb1129940b21aed96b9891b432d
|
| 3 |
+
size 16325346
|