Instructions to use yujiepan/tiny-random-swin-patch4-window7-224 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yujiepan/tiny-random-swin-patch4-window7-224 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="yujiepan/tiny-random-swin-patch4-window7-224")# Load model directly from transformers import AutoImageProcessor, AutoModel processor = AutoImageProcessor.from_pretrained("yujiepan/tiny-random-swin-patch4-window7-224") model = AutoModel.from_pretrained("yujiepan/tiny-random-swin-patch4-window7-224") - Notebooks
- Google Colab
- Kaggle
sin ropa
#2
by heriruiz19 - opened
This comment has been hidden
yujiepan changed pull request status to closed