A toolkit for WeatherBench based on PyTorch
pip install wxbtool
For detailed installation instructions, see the Installation Guide.
wxb dserve -m wxbtool.specs.res5_625.t850weyn -s Setting3d
wxb train -m wxbtool.zoo.res5_625.unet.t850d3sm_weyn
wxb test -m wxbtool.zoo.res5_625.unet.t850d3sm_weyn
wxb infer -m wxbtool.zoo.res5_625.unet.t850d3sm_weyn -t 2023-01-01T00:00:00 -o output.png
wxb inferg -m wxbtool.zoo.res5_625.unet.t850d3sm_weyn -t 2023-01-01T00:00:00 -s 10 -o output.nc
wxb dserve -m wxbtool.specs.res5_625.t850weyn -s Setting3d -b 0.0.0.0:8088
wxb train -m wxbtool.zoo.res5_625.unet.t850d3sm_weyn -d unix:/tmp/test.sock
For more detailed examples and explanations, see the Quick Start Guide.
- Installation Guide
- Quick Start Guide
- Data Handling Guide
- Training Guide
- Evaluation Guide
- Inference Guide
- Troubleshooting Guide
See the comprehensive documentation in the docs directory.
uv build
uv publish
git tag va.b.c master
git push origin va.b.c
- Mingli Yuan (Mountain)
- Ren Lu