Instructions to use deepghs/timms with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use deepghs/timms with timm:
import timm model = timm.create_model("hf_hub:deepghs/timms", pretrained=True) - Notebooks
- Google Colab
- Kaggle
narugo1992 commited on
Export model 'resnest269e.in1k', on 2025-01-21 13:08:01 JST
Browse files- README.md +3 -2
- models.parquet +2 -2
- resnest269e.in1k/meta.json +3 -0
- resnest269e.in1k/model.onnx +3 -0
- resnest269e.in1k/preprocess.json +3 -0
README.md
CHANGED
|
@@ -114,7 +114,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
| 114 |
|
| 115 |
# Models
|
| 116 |
|
| 117 |
-
|
| 118 |
|
| 119 |
## Beit
|
| 120 |
|
|
@@ -1024,11 +1024,12 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
| 1024 |
|
| 1025 |
## ResNet
|
| 1026 |
|
| 1027 |
-
|
| 1028 |
|
| 1029 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
| 1030 |
|:---------------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:--------|:----------------------|:-------------|
|
| 1031 |
| [seresnextaa201d_32x8d.sw_in12k_ft_in1k_384](https://huggingface.co/timm/seresnextaa201d_32x8d.sw_in12k_ft_in1k_384) | 149.4M | 101.5G | 384 | True | 2048 | 1000 | imagenet-1k | ResNet | seresnextaa201d_32x8d | 2023-07-27 |
|
|
|
|
| 1032 |
| [resnest200e.in1k](https://huggingface.co/timm/resnest200e.in1k) | 70.2M | 35.9G | 320 | True | 2048 | 1000 | imagenet-1k | ResNet | resnest200e | 2023-04-24 |
|
| 1033 |
| [seresnextaa101d_32x8d.sw_in12k_ft_in1k_288](https://huggingface.co/timm/seresnextaa101d_32x8d.sw_in12k_ft_in1k_288) | 93.6M | 28.6G | 288 | True | 2048 | 1000 | imagenet-1k | ResNet | seresnextaa101d_32x8d | 2023-04-06 |
|
| 1034 |
| [senet154.gluon_in1k](https://huggingface.co/timm/senet154.gluon_in1k) | 115.1M | 20.8G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | senet154 | 2023-04-06 |
|
|
|
|
| 114 |
|
| 115 |
# Models
|
| 116 |
|
| 117 |
+
1017 models exported from TIMM in total.
|
| 118 |
|
| 119 |
## Beit
|
| 120 |
|
|
|
|
| 1024 |
|
| 1025 |
## ResNet
|
| 1026 |
|
| 1027 |
+
157 models with model class `ResNet`.
|
| 1028 |
|
| 1029 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
| 1030 |
|:---------------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:--------|:----------------------|:-------------|
|
| 1031 |
| [seresnextaa201d_32x8d.sw_in12k_ft_in1k_384](https://huggingface.co/timm/seresnextaa201d_32x8d.sw_in12k_ft_in1k_384) | 149.4M | 101.5G | 384 | True | 2048 | 1000 | imagenet-1k | ResNet | seresnextaa201d_32x8d | 2023-07-27 |
|
| 1032 |
+
| [resnest269e.in1k](https://huggingface.co/timm/resnest269e.in1k) | 110.9M | 78.0G | 416 | True | 2048 | 1000 | imagenet-1k | ResNet | resnest269e | 2023-04-24 |
|
| 1033 |
| [resnest200e.in1k](https://huggingface.co/timm/resnest200e.in1k) | 70.2M | 35.9G | 320 | True | 2048 | 1000 | imagenet-1k | ResNet | resnest200e | 2023-04-24 |
|
| 1034 |
| [seresnextaa101d_32x8d.sw_in12k_ft_in1k_288](https://huggingface.co/timm/seresnextaa101d_32x8d.sw_in12k_ft_in1k_288) | 93.6M | 28.6G | 288 | True | 2048 | 1000 | imagenet-1k | ResNet | seresnextaa101d_32x8d | 2023-04-06 |
|
| 1035 |
| [senet154.gluon_in1k](https://huggingface.co/timm/senet154.gluon_in1k) | 115.1M | 20.8G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | senet154 | 2023-04-06 |
|
models.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:72638d9c9733bcba5053384cd38e06fa10d1bac9009bb5ca51a447a32e3c6f4d
|
| 3 |
+
size 56440
|
resnest269e.in1k/meta.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0494aa2b3bf38a291d2d066311b2feb52bacf0360e0ee6a259f9d8d85bbb2cd
|
| 3 |
+
size 169789
|
resnest269e.in1k/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e4ab760c8f35af8d46264acf5a2bbf6dd08b00c674c15cba5422e832cae8414
|
| 3 |
+
size 443740697
|
resnest269e.in1k/preprocess.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc46ae56710b44f49db72705580a1aa473e31a43dd15f61ef55cff7f3af940f8
|
| 3 |
+
size 734
|