Instructions to use MogaNet/moganet_large_224_in1k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use MogaNet/moganet_large_224_in1k with timm:
import timm model = timm.create_model("hf_hub:MogaNet/moganet_large_224_in1k", pretrained=True) - Notebooks
- Google Colab
- Kaggle
Add link to code, replace Arxiv link with HF paper page link
#1
by nielsr HF Staff - opened
This PR replaces the Arxiv link to the paper with the Hugging Face paper page link, such that the model can be found at https://huggingface.co/papers/2211.03295. The link to the code repository has also been added.
Lupin1998 changed pull request status to merged