Instructions to use hf-internal-testing/tiny-random-ResNetBackbone with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-ResNetBackbone with Transformers:
# Load model directly from transformers import AutoImageProcessor, ResNetBackbone processor = AutoImageProcessor.from_pretrained("hf-internal-testing/tiny-random-ResNetBackbone") model = ResNetBackbone.from_pretrained("hf-internal-testing/tiny-random-ResNetBackbone", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
c84a6bc | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9004f7cfed315553495d7d894a2e0389b2faa6f502a005ee0a421ad7250e2e62
size 106157
|