metnet icon indicating copy to clipboard operation
metnet copied to clipboard

PyTorch Implementation of Google Research's MetNet and MetNet-2

Results 31 metnet issues
Sort by recently updated
recently updated
newest added

# Pull Request ## Description Adds training script for the new MetNetPV model version Fixes # ## How Has This Been Tested? _Please describe the tests that you ran to...

https://arxiv.org/pdf/2211.01001.pdf ## Detailed Description This paper describes ML models for predicting thunderstorms, taking in very similar data to MetNet, and dealing with certain modalities dropping out while still working, and...

enhancement

# Pull Request ## Description Adds the FiLM layers to the ConvLSTM layers for MetNet-2, to better match the paper diagram. Fixes #31 ## How Has This Been Tested? Unit...

enhancement

Hello team at Open Climate Fix, I am really interested in the code you developed here in this repo! Is there an easy way to demo this code with real...

Hi,Metnet has small target patch. So how these small patches merge to a big one which cover the whole country. Is there any discontinuous among the target patches.

## Detailed Description - [ ] Satellite+NWP+Topographic+PV - [ ] NWP+Topographic+PV - [ ] Satellite+Topographic+PV - [ ] Satellite+NWP+PV Also for subselecting types of satellite (HRV+NonHRV, just HRV, just nonHRV,...

enhancement

Thanks for sharing this project, I'm very interested in this but I have no idea how to get the data. Although the goes and mrms data is free to download...

**Found a bottleneck: the attention layer** I have found a potential bottleneck for why bug #22 occurred. It seems like the axial attention layer is some kind of bottleneck. I...

bug

updates: - [github.com/psf/black: 22.6.0 → 22.8.0](https://github.com/psf/black/compare/22.6.0...22.8.0)

## Detailed Description ## Context ## Possible Implementation

enhancement
good first issue