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