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