Image Classification
Transformers
TensorBoard
Safetensors
swinv2
Generated from Trainer
Eval Results (legacy)
Instructions to use Augusto777/swinv2-tiny-patch4-window8-256-RD-FIX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Augusto777/swinv2-tiny-patch4-window8-256-RD-FIX with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Augusto777/swinv2-tiny-patch4-window8-256-RD-FIX") 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("Augusto777/swinv2-tiny-patch4-window8-256-RD-FIX") model = AutoModelForImageClassification.from_pretrained("Augusto777/swinv2-tiny-patch4-window8-256-RD-FIX", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
86e476f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:bdda2218fc23763c52a839b0c0d3456a579624f1dc075665041c7527aa8ac258
size 5368
|