Add TF_IN1K weights
Browse files- TF_IN1K/config.json +44 -0
- TF_IN1K/model.safetensors +3 -0
TF_IN1K/config.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"library_name": "lucid",
|
| 3 |
+
"architecture": "xception",
|
| 4 |
+
"model_type": "xception",
|
| 5 |
+
"task": "image-classification",
|
| 6 |
+
"config": {
|
| 7 |
+
"num_classes": 1000,
|
| 8 |
+
"in_channels": 3,
|
| 9 |
+
"dropout": 0.5
|
| 10 |
+
},
|
| 11 |
+
"preprocessing": {
|
| 12 |
+
"preprocessor_type": "ImageClassification",
|
| 13 |
+
"init_kwargs": {
|
| 14 |
+
"crop_size": 299,
|
| 15 |
+
"resize_size": 333,
|
| 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 |
+
"interpolation": "bicubic"
|
| 27 |
+
}
|
| 28 |
+
},
|
| 29 |
+
"weights": {
|
| 30 |
+
"tag": "TF_IN1K",
|
| 31 |
+
"num_classes": 1000,
|
| 32 |
+
"license": "apache-2.0",
|
| 33 |
+
"source": "timm/legacy_xception.tf_in1k",
|
| 34 |
+
"num_params": 22855952,
|
| 35 |
+
"recipe": "https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-cadene/xception-43020ad28.pth",
|
| 36 |
+
"metrics": {
|
| 37 |
+
"ImageNet-1k": {
|
| 38 |
+
"acc@1": 79.0
|
| 39 |
+
}
|
| 40 |
+
},
|
| 41 |
+
"sha256": "8143bf6634e62129c20d48f0cb81ce45c67069709c1370ce7612506c4f8b5dc6",
|
| 42 |
+
"file_size_mb": 87.42
|
| 43 |
+
}
|
| 44 |
+
}
|
TF_IN1K/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8143bf6634e62129c20d48f0cb81ce45c67069709c1370ce7612506c4f8b5dc6
|
| 3 |
+
size 91668960
|