Instructions to use google/efficientnet-b6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/efficientnet-b6 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="google/efficientnet-b6") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("google/efficientnet-b6") model = AutoModelForImageClassification.from_pretrained("google/efficientnet-b6") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
976c7f1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c336d689252fd2ecc1bf82cf619c98637de93f469c4e9718f5830b9aefda42dc
size 173393909
|