Instructions to use DataRaptor/custom-resnet50d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DataRaptor/custom-resnet50d with Transformers:
# Load model directly from transformers import AutoImageProcessor, ResnetModelForImageClassification processor = AutoImageProcessor.from_pretrained("DataRaptor/custom-resnet50d") model = ResnetModelForImageClassification.from_pretrained("DataRaptor/custom-resnet50d", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
1d3d00e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4a945a1d4bcb0c80f4a944dd77dc32441d39c2c06fa67d650e9a9090fde8934b
size 102620157
|