Ross Wightman
commited on
Commit
·
62a161c
1
Parent(s):
bd2e447
Add model
Browse files- README.md +7 -0
- config.json +34 -0
- 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 test_model_rnv250b
|
config.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"url": "https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-rsb-weights/resnetv2_50_a1h-000cdf49.pth",
|
| 3 |
+
"num_classes": 1000,
|
| 4 |
+
"input_size": [
|
| 5 |
+
3,
|
| 6 |
+
224,
|
| 7 |
+
224
|
| 8 |
+
],
|
| 9 |
+
"pool_size": [
|
| 10 |
+
7,
|
| 11 |
+
7
|
| 12 |
+
],
|
| 13 |
+
"crop_pct": 0.95,
|
| 14 |
+
"interpolation": "bicubic",
|
| 15 |
+
"mean": [
|
| 16 |
+
0.5,
|
| 17 |
+
0.5,
|
| 18 |
+
0.5
|
| 19 |
+
],
|
| 20 |
+
"std": [
|
| 21 |
+
0.5,
|
| 22 |
+
0.5,
|
| 23 |
+
0.5
|
| 24 |
+
],
|
| 25 |
+
"first_conv": "stem.conv",
|
| 26 |
+
"classifier": "head.fc",
|
| 27 |
+
"architecture": "resnetv2_50",
|
| 28 |
+
"num_features": 2048,
|
| 29 |
+
"labels": [
|
| 30 |
+
"test",
|
| 31 |
+
"test2",
|
| 32 |
+
"test3"
|
| 33 |
+
]
|
| 34 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f2ac3d99c25e6b04b409391efc6ac3e5b2c20bb959b8c71857fa2dce3ab3ee2
|
| 3 |
+
size 102480297
|