-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add MetNet-3 #54
Comments
They use dense and sparse inputs, as well as outputs.
|
ASOS 1 minute weather data (public and freely accessible): https://madis.ncep.noaa.gov/madis_OMO.shtml |
Also, they mention that MetNet-3 is being used for operational forecasts in Google Search already |
Sounds great! Well done for spotting this publication! MetNet-3 uses a modified MaxViT model in the centre of the U-Net. Here's the MaxViT paper. The MaxViT authors have also released TensorFlow code. But, TBH, MaxViT sounds so simple that it's probably easier to re-implement MaxViT in PyTorch directly from the MaxViT paper 🙂 |
Yeah, timm also has an implementation of MaxViT as well in Pytorch, we could either use or base ours off of it |
Found a website that has weather station data for the whole world, and easily downloadable, including UK, and other countries https://github.com/akrherz/iem/blob/main/scripts/asos/iem_scraper_example.py from https://mesonet.agron.iastate.edu/request/download.phtml?network=GB__ASOS |
Found an implementation of Metnet 3: https://github.com/lucidrains/metnet3-pytorch |
Here is another implementation, already finished: |
Arxiv/Blog/Paper Link
https://arxiv.org/pdf/2306.06079v2.pdf
Detailed Description
MetNet-3 was released as a paper
Context
It would be better to have all versions of MetNet in this repo. This densified forecast could also be useful for the irradiance modelling, going from PV sites to a dense forecast.
The text was updated successfully, but these errors were encountered: