Instructions to use SmilingWolf/wd-eva02-large-tagger-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use SmilingWolf/wd-eva02-large-tagger-v3 with timm:
import timm model = timm.create_model("hf_hub:SmilingWolf/wd-eva02-large-tagger-v3", pretrained=True) - Notebooks
- Google Colab
- Kaggle
How to load this model with pytorch?
#3
by thesby - opened
onnxruntime-gpu is too slow. How can I load this model with pytorch ?
Check out under the "Inference code examples" in the model card, the TIMM one.
Thank you. I got it.
model = timm.create_model('hf-hub:SmilingWolf/wd-eva02-large-tagger-v3', pretrained=False).eval()
thesby changed discussion status to closed
thesby changed discussion status to open