-
Notifications
You must be signed in to change notification settings - Fork 204
add YingLong model #771
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
add YingLong model #771
Conversation
|
||
|
||
def main(): | ||
args = parse_args() |
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.
此处建议加一下版本检查,并说明:暂时只支持使用2.5.2推理,其它版本会在近期尽快支持。
版本检查代码参考:https://github.com/PaddlePaddle/PaddleScience/blob/develop/ppsci/solver/solver.py#L356
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.
done
|
||
# run predictor | ||
output_data = predictor(input_data, time_stamps, nwp_data) | ||
np.save(args.output, output_data) |
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.
np.save后面打印一下保存文件路径等信息
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.
done
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
* add yinglong inference code * add readme file for yinglong * update yinglong predict code * add copyright in predict_12layers.py * update readme * add reference for timefeatures.py * update predict_12layers and readme
PR types
New features
PR changes
Others
Describe
add YingLong model
TODO: