Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Edge001
/
atmos
like
0
Image-to-Image
PyTorch
climate
super-resolution
swin2sr
downscaling
fastapi
License:
mit
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
atmos
/
src
/
models
/
__init__.py
Edge001
Upload folder using huggingface_hub
c2a61b6
verified
10 days ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
162 Bytes
"""HuggingFace pretrained climate downscaler — ConvSwin2SR."""
from
.downscaler
import
DownscalerModel, load_model
__all__ = [
"DownscalerModel"
,
"load_model"
]