-
Notifications
You must be signed in to change notification settings - Fork 182
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 Doc No.18、19】 #732
【PPSCI Doc No.18、19】 #732
Conversation
Thanks for your contribution! |
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.
辛苦大佬
ppsci/arch/deeponet.py
Outdated
>>> output_dict = model(input_dict) | ||
>>> print(output_dict["G"].shape) | ||
[200, 1] | ||
>>> print(output_dict["G"]) # doctest: +SKIP |
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.
print(output_dict["G"])
这句话可以删除
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.
好的已修改
ppsci/arch/mlp.py
Outdated
>>> print(output_dict["u"]) # doctest: +SKIP | ||
>>> print(output_dict["v"].shape) | ||
[64, 64, 1] | ||
>>> print(output_dict["v"]) # doctest: +SKIP |
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.
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
请修复下 code-style-check 流水线 |
* refine docs for ppsci.arch.MLP, ppsci.arch.DeepONet * fix
PR types
Others
PR changes
Others
Describe
refine docs for ppsci.arch.MLP, ppsci.arch.DeepONet