Image-to-Image
Transformers
PyTorch
TensorBoard
Spanish
English
conv_swin2sr
climate
super-resolution
Instructions to use predictia/europe_reanalysis_downscaler_convswin2sr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use predictia/europe_reanalysis_downscaler_convswin2sr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-to-image", model="predictia/europe_reanalysis_downscaler_convswin2sr")# Load model directly from transformers import ConvSwin2SR model = ConvSwin2SR.from_pretrained("predictia/europe_reanalysis_downscaler_convswin2sr", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened 3 months ago
by
SFconvertbot