Image Classification
Transformers
PyTorch
TensorBoard
Safetensors
convnext
vision
Generated from Trainer
Instructions to use davanstrien/convnext-tiny-224-leicester_binary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use davanstrien/convnext-tiny-224-leicester_binary with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="davanstrien/convnext-tiny-224-leicester_binary") 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("davanstrien/convnext-tiny-224-leicester_binary") model = AutoModelForImageClassification.from_pretrained("davanstrien/convnext-tiny-224-leicester_binary", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
31117f5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2202e8818f5cc0a76070cf40fd540818f8703cf51208930c65e974c6fd97f734
size 3567
|