-
Notifications
You must be signed in to change notification settings - Fork 171
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
【Hackathon 5th No.62】GraphCast: Learning skillful medium-range global weather forecasting #699
【Hackathon 5th No.62】GraphCast: Learning skillful medium-range global weather forecasting #699
Conversation
Thanks for your contribution! |
|
||
|
||
if __name__ == "__main__": | ||
convert_parameters() # step.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
可以将转换完成的paddle参数文件保存下来,之后直接加载保存的paddle参数文件即可
if __name__ == "__main__": | ||
convert_parameters() # step.1 | ||
make_graph_template() # step.2 | ||
test_datasets() # step.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
看这个函数好像只是用来测试的,可否直接删掉?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
文件中仅保留run.py作为唯一运行文件,希望保留
DrownFish19 补充精度对齐结果为: |
TODO:将该案例合入PaddleScience |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
… weather forecasting (PaddlePaddle#699) * add graphcast * confirm & fix * update README.md * add vis and update readme * update readme
PR types
New features
PR changes
Others
Describe
【Hackathon 5th No.62】GraphCast: Learning skillful medium-range global weather forecasting