Instructions to use sgugger/custom-resnet50d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sgugger/custom-resnet50d with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="sgugger/custom-resnet50d", trust_remote_code=True) 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("sgugger/custom-resnet50d", trust_remote_code=True) model = AutoModelForImageClassification.from_pretrained("sgugger/custom-resnet50d", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
Delete pytorch_model.bin
#4
by hikmatfarhat - opened
- pytorch_model.bin +0 -3
pytorch_model.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:25a41ac7007f542318ceaadf94bf3d75c55d1813219a634b35d6722f10fc91c2
|
| 3 |
-
size 102626153
|
|
|
|
|
|
|
|
|
|
|
|