Instructions to use amd/resnet50 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use amd/resnet50 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="amd/resnet50") 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("amd/resnet50") model = AutoModelForImageClassification.from_pretrained("amd/resnet50") - Notebooks
- Google Colab
- Kaggle
Delete ResNet_int.onnx
Browse files- ResNet_int.onnx +0 -3
ResNet_int.onnx
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d2049c9e8ccf2999188123cf582f716c16771d0ffeae90247bddf37cb7cb8935
|
| 3 |
-
size 102275586
|
|
|
|
|
|
|
|
|
|
|
|