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