shermansiu
commited on
Commit
•
83fd4d4
1
Parent(s):
db3865a
Update README
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ You can load the model like so:
|
|
21 |
from graphcast import checkpoint
|
22 |
|
23 |
REPO_ID = "shermansiu/dm_graphcast"
|
24 |
-
FILENAME = ""
|
25 |
|
26 |
with open(hf_hub_download(repo_id=REPO_ID, filename=FILENAME), "rb") as f:
|
27 |
ckpt = checkpoint.load(f, graphcast.CheckPoint)
|
|
|
21 |
from graphcast import checkpoint
|
22 |
|
23 |
REPO_ID = "shermansiu/dm_graphcast"
|
24 |
+
FILENAME = "GraphCast - ERA5 1979-2017 - resolution 0.25 - pressure levels 37 - mesh 2to6 - precipitation input and output.npz"
|
25 |
|
26 |
with open(hf_hub_download(repo_id=REPO_ID, filename=FILENAME), "rb") as f:
|
27 |
ckpt = checkpoint.load(f, graphcast.CheckPoint)
|