Instructions to use DeepLearner101/ResNet50_FGSM_FT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DeepLearner101/ResNet50_FGSM_FT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="DeepLearner101/ResNet50_FGSM_FT") 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/ResNet50_FGSM_FT") model = AutoModelForImageClassification.from_pretrained("DeepLearner101/ResNet50_FGSM_FT") - Notebooks
- Google Colab
- Kaggle
Commit ·
5c47154
1
Parent(s): 7a400bc
{model_path} uploaded
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 102482856
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa5150acdcd005d45b11ebea5e2e11b85ff02076f0a8bb2302c716c5dc622ebc
|
| 3 |
size 102482856
|