Instructions to use snap-research/efficientformer-l7-300 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use snap-research/efficientformer-l7-300 with timm:
import timm model = timm.create_model("hf_hub:snap-research/efficientformer-l7-300", pretrained=True) - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -3070,5 +3070,5 @@
|
|
| 3070 |
"transformers_version": "4.26.0.dev0",
|
| 3071 |
"url": "",
|
| 3072 |
"use_layer_scale": true,
|
| 3073 |
-
"
|
| 3074 |
}
|
|
|
|
| 3070 |
"transformers_version": "4.26.0.dev0",
|
| 3071 |
"url": "",
|
| 3072 |
"use_layer_scale": true,
|
| 3073 |
+
"num_meta3d_blocks": 8
|
| 3074 |
}
|