-
Notifications
You must be signed in to change notification settings - Fork 165
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
【PPSCI Export&Infer No.35】nowcastnet #895
【PPSCI Export&Infer No.35】nowcastnet #895
Conversation
Thanks for your contribution! |
Co-authored-by: HydrogenSulfate <490868991@qq.com>
Co-authored-by: HydrogenSulfate <490868991@qq.com>
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.
拉一下最新的develop分支跟这个PR的分支合并一下。
好的好的 |
docs/zh/cooperation.md
Outdated
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.
文件与本PR无关,不需要更改
mkdocs.yml
Outdated
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.
文件与本PR无关,不需要更改
ppsci/data/dataset/dgmr_dataset.py
Outdated
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.
文件与本PR无关,不需要更改
ppsci/data/dataset/enso_dataset.py
Outdated
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.
文件与本PR无关,不需要更改
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.
啊,这是我改的,我还以为是老师改的
这个PR我只帮忙改了dtype,其他文档没有改动
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.
我也不知道咋回事,我再弄弄,抱歉了,老师
5a99985
to
204e142
Compare
pretrained_model_path: https://paddle-org.bj.bcebos.com/paddlescience/models/nowcastnet/nowcastnet_pretrained.pdparams | ||
export_path: ./inference/nowcastnet | ||
pdmodel_path: ${INFER.export_path}.pdmodel | ||
pdpiparams_path: ${INFER.export_path}.pdiparams |
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.
字段名称麻烦修改下
pdpiparams_path: ${INFER.export_path}.pdiparams | |
pdiparams_path: ${INFER.export_path}.pdiparams |
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.
添加 log_freq 字段,否则infer报错
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.
LGTM
* nowcastnet.py * nowcastnet.py * nowcastnet.py * Update examples/nowcastnet/nowcastnet.py Co-authored-by: HydrogenSulfate <490868991@qq.com> * Update examples/nowcastnet/nowcastnet.py Co-authored-by: HydrogenSulfate <490868991@qq.com> * nowcastnet * nowcastnet --------- Co-authored-by: HydrogenSulfate <490868991@qq.com>
PR types
Others
PR changes
Others
Describe