Instructions to use polejowska/swin-tiny-patch4-window7-224-eurosat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use polejowska/swin-tiny-patch4-window7-224-eurosat with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="polejowska/swin-tiny-patch4-window7-224-eurosat") 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("polejowska/swin-tiny-patch4-window7-224-eurosat") model = AutoModelForImageClassification.from_pretrained("polejowska/swin-tiny-patch4-window7-224-eurosat") - Notebooks
- Google Colab
- Kaggle
Commit ·
4ef2cff
1
Parent(s): c75a9a8
Upload 7 files
Browse files- GoogleEarth/Zrzut ekranu 2022-12-10 110307.png +0 -0
- GoogleEarth/Zrzut ekranu 2022-12-10 110454.png +0 -0
- GoogleEarth/Zrzut ekranu 2022-12-10 110601.png +0 -0
- GoogleEarth/Zrzut ekranu 2022-12-10 110708.png +0 -0
- GoogleEarth/Zrzut ekranu 2022-12-10 113113.png +0 -0
- GoogleEarth/Zrzut ekranu 2022-12-10 113158.png +0 -0
- GoogleEarth/Zrzut ekranu 2022-12-10 114336.png +0 -0
GoogleEarth/Zrzut ekranu 2022-12-10 110307.png
ADDED
|
GoogleEarth/Zrzut ekranu 2022-12-10 110454.png
ADDED
|
GoogleEarth/Zrzut ekranu 2022-12-10 110601.png
ADDED
|
GoogleEarth/Zrzut ekranu 2022-12-10 110708.png
ADDED
|
GoogleEarth/Zrzut ekranu 2022-12-10 113113.png
ADDED
|
GoogleEarth/Zrzut ekranu 2022-12-10 113158.png
ADDED
|
GoogleEarth/Zrzut ekranu 2022-12-10 114336.png
ADDED
|