Instructions to use 1aurent/vit_small_patch16_224.transpath_mocov3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use 1aurent/vit_small_patch16_224.transpath_mocov3 with timm:
import timm model = timm.create_model("hf_hub:1aurent/vit_small_patch16_224.transpath_mocov3", pretrained=True) - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
"global_pool": "token",
|
| 7 |
"pretrained_cfg": {
|
| 8 |
"tag": "mocov3",
|
| 9 |
-
"custom_load":
|
| 10 |
"input_size": [
|
| 11 |
3,
|
| 12 |
224,
|
|
|
|
| 6 |
"global_pool": "token",
|
| 7 |
"pretrained_cfg": {
|
| 8 |
"tag": "mocov3",
|
| 9 |
+
"custom_load": false,
|
| 10 |
"input_size": [
|
| 11 |
3,
|
| 12 |
224,
|