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
Upload ResNet_int.onnx
Browse files- ResNet_int.onnx +2 -2
ResNet_int.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:57310b7fe473ba3a8fd9d4bcfc7172452bd211557c1e13ea16e8c257bf84696a
|
| 3 |
+
size 102274800
|