narugo1992 commited on
Export model 'resnet10t.c3_in1k', on 2025-01-20 08:33:30 UTC
Browse files- README.md +3 -2
- models.parquet +2 -2
- resnet10t.c3_in1k/meta.json +3 -0
- resnet10t.c3_in1k/model.onnx +3 -0
- resnet10t.c3_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 |
|
|
@@ -767,7 +767,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
| 767 |
|
| 768 |
## ResNet
|
| 769 |
|
| 770 |
-
|
| 771 |
|
| 772 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
| 773 |
|:-----------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:--------|:--------------------|:-------------|
|
|
@@ -857,6 +857,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
| 857 |
| [resnet18.fb_ssl_yfcc100m_ft_in1k](https://huggingface.co/timm/resnet18.fb_ssl_yfcc100m_ft_in1k) | 11.7M | 1.8G | 224 | True | 512 | 1000 | imagenet-1k | ResNet | resnet18 | 2023-04-05 |
|
| 858 |
| [skresnet18.ra_in1k](https://huggingface.co/timm/skresnet18.ra_in1k) | 11.9M | 1.8G | 224 | True | 512 | 1000 | imagenet-1k | ResNet | skresnet18 | 2023-04-24 |
|
| 859 |
| [resnet14t.c3_in1k](https://huggingface.co/timm/resnet14t.c3_in1k) | 10.1M | 1.1G | 176 | True | 2048 | 1000 | imagenet-1k | ResNet | resnet14t | 2023-04-05 |
|
|
|
|
| 860 |
| [test_resnet.r160_in1k](https://huggingface.co/timm/test_resnet.r160_in1k) | 469.7K | 105.1M | 160 | True | 96 | 1000 | imagenet-1k | ResNet | test_resnet | 2024-09-22 |
|
| 861 |
|
| 862 |
## ResNetV2
|
|
|
|
| 114 |
|
| 115 |
# Models
|
| 116 |
|
| 117 |
+
590 models exported from TIMM in total.
|
| 118 |
|
| 119 |
## Beit
|
| 120 |
|
|
|
|
| 767 |
|
| 768 |
## ResNet
|
| 769 |
|
| 770 |
+
88 models with model class `ResNet`.
|
| 771 |
|
| 772 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
| 773 |
|:-----------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:--------|:--------------------|:-------------|
|
|
|
|
| 857 |
| [resnet18.fb_ssl_yfcc100m_ft_in1k](https://huggingface.co/timm/resnet18.fb_ssl_yfcc100m_ft_in1k) | 11.7M | 1.8G | 224 | True | 512 | 1000 | imagenet-1k | ResNet | resnet18 | 2023-04-05 |
|
| 858 |
| [skresnet18.ra_in1k](https://huggingface.co/timm/skresnet18.ra_in1k) | 11.9M | 1.8G | 224 | True | 512 | 1000 | imagenet-1k | ResNet | skresnet18 | 2023-04-24 |
|
| 859 |
| [resnet14t.c3_in1k](https://huggingface.co/timm/resnet14t.c3_in1k) | 10.1M | 1.1G | 176 | True | 2048 | 1000 | imagenet-1k | ResNet | resnet14t | 2023-04-05 |
|
| 860 |
+
| [resnet10t.c3_in1k](https://huggingface.co/timm/resnet10t.c3_in1k) | 5.4M | 704.8M | 176 | True | 512 | 1000 | imagenet-1k | ResNet | resnet10t | 2023-04-05 |
|
| 861 |
| [test_resnet.r160_in1k](https://huggingface.co/timm/test_resnet.r160_in1k) | 469.7K | 105.1M | 160 | True | 96 | 1000 | imagenet-1k | ResNet | test_resnet | 2024-09-22 |
|
| 862 |
|
| 863 |
## ResNetV2
|
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:9a8588b6c0f4f1b45afe0c832f6d767597f18b8103af38f45a3614cf0c68dcb3
|
| 3 |
+
size 39701
|
resnet10t.c3_in1k/meta.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:925fcde7866df9f9cfc68cd8e83d187780a6ba5c79bc5aec2bab8a6532245a8f
|
| 3 |
+
size 169784
|
resnet10t.c3_in1k/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ddf10e313436df42860cfdafd70a95dac4950e502819074ff1e61a7f799b0cd9
|
| 3 |
+
size 21742199
|
resnet10t.c3_in1k/preprocess.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:edddd9d8ead92ba815126a0680e213e9b14097ec522b53c64595a7eba9aa88f1
|
| 3 |
+
size 734
|