Instructions to use jjiw/densenet161-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jjiw/densenet161-onnx with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="jjiw/densenet161-onnx") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import DenseNet161ForImageClassification model = DenseNet161ForImageClassification.from_pretrained("jjiw/densenet161-onnx", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Downloads last month
- 1