Image Classification
Transformers
PyTorch
TensorBoard
resnet
Generated from Trainer
Eval Results (legacy)
Instructions to use douwekiela/resnet-18-finetuned-dogfood with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use douwekiela/resnet-18-finetuned-dogfood with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="douwekiela/resnet-18-finetuned-dogfood") 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("douwekiela/resnet-18-finetuned-dogfood") model = AutoModelForImageClassification.from_pretrained("douwekiela/resnet-18-finetuned-dogfood", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 0cec16a8310a9f04b5773497f498aba2a3cbc7477b705a7adf5cc80f2fb189fd
- Size of remote file:
- 3.31 kB
- SHA256:
- cd730455da42769047e1b287f3394af988b76bcc12c80cb30818b7deae9d8ef2
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.