Instructions to use snap-research/efficientformer-l1-300 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use snap-research/efficientformer-l1-300 with timm:
import timm model = timm.create_model("hf_hub:snap-research/efficientformer-l1-300", pretrained=True) - Notebooks
- Google Colab
- Kaggle
Update preprocessor_config.json
#4
by chjej202 - opened
Training the efficientformer is failed because of this shortest_edge option. The shortest_edge must be 224, not 256.