Instructions to use google/efficientnet-b0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/efficientnet-b0 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="google/efficientnet-b0") 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-b0") model = AutoModelForImageClassification.from_pretrained("google/efficientnet-b0") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
e30ab9e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:30753ee4fb7d6ac093423435b2648d8e295b3120f8f3ba00cc714b2c4a34de6f
size 21444205
|