Export model 'resnet18.fb_ssl_yfcc100m_ft_in1k', on 2025-01-20 04:11:09 UTC
Browse files
README.md
CHANGED
@@ -9,7 +9,6 @@ base_model:
|
|
9 |
- timm/convformer_s36.sail_in22k_ft_in1k_384
|
10 |
- timm/convmixer_1024_20_ks9_p14.in1k
|
11 |
- timm/convnext_base.clip_laion2b_augreg_ft_in12k
|
12 |
-
- timm/convnext_femto_ols.d1_in1k
|
13 |
- timm/convnext_nano.r384_in12k_ft_in1k
|
14 |
- timm/convnext_pico.d1_in1k
|
15 |
- timm/convnext_pico_ols.d1_in1k
|
@@ -70,6 +69,7 @@ base_model:
|
|
70 |
- timm/res2net50_14w_8s.in1k
|
71 |
- timm/res2net50_48w_2s.in1k
|
72 |
- timm/resmlp_24_224.fb_in1k
|
|
|
73 |
- timm/resnet18d.ra2_in1k
|
74 |
- timm/resnet32ts.ra2_in1k
|
75 |
- timm/resnet34.a3_in1k
|
@@ -114,7 +114,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
114 |
|
115 |
# Models
|
116 |
|
117 |
-
|
118 |
|
119 |
## ByobNet
|
120 |
|
@@ -361,7 +361,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
361 |
|
362 |
## ResNet
|
363 |
|
364 |
-
|
365 |
|
366 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
367 |
|:-----------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:--------|:------------------|:-------------|
|
@@ -383,6 +383,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
383 |
| [resnet50.c1_in1k](https://huggingface.co/timm/resnet50.c1_in1k) | 25.6M | 4.1G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | resnet50 | 2023-04-05 |
|
384 |
| [resnet18d.ra2_in1k](https://huggingface.co/timm/resnet18d.ra2_in1k) | 11.7M | 2.1G | 224 | True | 512 | 1000 | imagenet-1k | ResNet | resnet18d | 2023-04-05 |
|
385 |
| [resnet34.a3_in1k](https://huggingface.co/timm/resnet34.a3_in1k) | 21.8M | 1.9G | 160 | True | 512 | 1000 | imagenet-1k | ResNet | resnet34 | 2023-04-05 |
|
|
|
386 |
|
387 |
## ResNetV2
|
388 |
|
|
|
9 |
- timm/convformer_s36.sail_in22k_ft_in1k_384
|
10 |
- timm/convmixer_1024_20_ks9_p14.in1k
|
11 |
- timm/convnext_base.clip_laion2b_augreg_ft_in12k
|
|
|
12 |
- timm/convnext_nano.r384_in12k_ft_in1k
|
13 |
- timm/convnext_pico.d1_in1k
|
14 |
- timm/convnext_pico_ols.d1_in1k
|
|
|
69 |
- timm/res2net50_14w_8s.in1k
|
70 |
- timm/res2net50_48w_2s.in1k
|
71 |
- timm/resmlp_24_224.fb_in1k
|
72 |
+
- timm/resnet18.fb_ssl_yfcc100m_ft_in1k
|
73 |
- timm/resnet18d.ra2_in1k
|
74 |
- timm/resnet32ts.ra2_in1k
|
75 |
- timm/resnet34.a3_in1k
|
|
|
114 |
|
115 |
# Models
|
116 |
|
117 |
+
113 models exported from TIMM in total.
|
118 |
|
119 |
## ByobNet
|
120 |
|
|
|
361 |
|
362 |
## ResNet
|
363 |
|
364 |
+
19 models with model class `ResNet`.
|
365 |
|
366 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
367 |
|:-----------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:--------|:------------------|:-------------|
|
|
|
383 |
| [resnet50.c1_in1k](https://huggingface.co/timm/resnet50.c1_in1k) | 25.6M | 4.1G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | resnet50 | 2023-04-05 |
|
384 |
| [resnet18d.ra2_in1k](https://huggingface.co/timm/resnet18d.ra2_in1k) | 11.7M | 2.1G | 224 | True | 512 | 1000 | imagenet-1k | ResNet | resnet18d | 2023-04-05 |
|
385 |
| [resnet34.a3_in1k](https://huggingface.co/timm/resnet34.a3_in1k) | 21.8M | 1.9G | 160 | True | 512 | 1000 | imagenet-1k | ResNet | resnet34 | 2023-04-05 |
|
386 |
+
| [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 |
|
387 |
|
388 |
## ResNetV2
|
389 |
|
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:24d4ee02eb06fdd3ab7ef3a420e064f1a6b9c4150d1a612e28fa19f282b287ec
|
3 |
+
size 16159
|
resnet18.fb_ssl_yfcc100m_ft_in1k/meta.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b88b9f0dacf2bf8934f3248823c2f67a908423843705e8479316a66b6bcff280
|
3 |
+
size 169815
|
resnet18.fb_ssl_yfcc100m_ft_in1k/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56659f2cc9f85684e247bd699eb359558f77ab187752b0d113af65fe66186f33
|
3 |
+
size 46754579
|
resnet18.fb_ssl_yfcc100m_ft_in1k/preprocess.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6abb43a6abcd1556f46dcb1b8605bb3c121fb3d91a10e384e0f737a9d92bd254
|
3 |
+
size 735
|