graph_weather
graph_weather copied to clipboard
PyTorch implementation of Ryan Keisler's 2022 "Forecasting Global Weather with Graph Neural Networks" paper (https://arxiv.org/abs/2202.07575)
Results
61
graph_weather issues
Sort by
recently updated
recently updated
newest added
I trained a 128x64 model (with sparse=False); if I record the ~39 *denoiser outputs* during the course of a single sampling loop and compute their mse loss (*not* weighted by...
bug