Skip to content

Commit 8065ffb

Browse files
authored
Update README with MetNet-3 and MetNet Global details
Added information about MetNet-3 and MetNet Global.
1 parent 0f7442d commit 8065ffb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MetNet and MetNet-2
1+
# MetNet Model Implementations
22
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
33
[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-)
44
<!-- ALL-CONTRIBUTORS-BADGE:END -->
@@ -7,6 +7,10 @@ PyTorch Implementation of Google Research's MetNet for short term weather foreca
77

88
MetNet-2 (https://arxiv.org/pdf/2111.07470.pdf) is a further extension of MetNet that takes in a larger context image to predict up to 12 hours ahead, and is also implemented in PyTorch here.
99

10+
MetNet-3 (https://arxiv.org/abs/2306.06079) extends it even further, incorporating more observations and data. There will be an implementation here eventually, but one isn't ready yet.
11+
12+
MetNet Global (https://arxiv.org/abs/2510.13050) makes this a global precipitation forecasting model, and seems to be more similar to MetNet-2's architecture.
13+
1014
## Installation
1115

1216
Clone the repository, then run

0 commit comments

Comments
 (0)