Instructions to use netradrishti/u2net-saliency with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use netradrishti/u2net-saliency with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="netradrishti/u2net-saliency", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("netradrishti/u2net-saliency", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
d43d286
1
Parent(s): 2b01a14
Rename u2net.pth to pytorch_model.bin
Browse files
u2net.pth → pytorch_model.bin
RENAMED
|
File without changes
|