-
Notifications
You must be signed in to change notification settings - Fork 187
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.53】NSFnets (Navier-Stokes Flow nets): Physics-informed neural networks for the incompressible Navier-Stokes equations #695
Conversation
Thanks for your contribution! |
LGTM + 需要完善文档,最终修改合入docs/index.md,README.md |
mkdocs.yml
Outdated
- PhyGeoNet: zh/examples/phygeonet.md | ||
|
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.
删除空行
examples/nsfnet/conf/VP_NSFNet1.yaml
Outdated
|
||
pretrained_model_path: null | ||
|
||
|
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.
删除多余空行
wangguan TODO:
|
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.
TODO: @wangguan1995
- 文档格式化
- 代码里面没用的中间变量删除
- 配置文件改成跟bracket.yaml类似的风格
…med neural networks for the incompressible Navier-Stokes equations (PaddlePaddle#695) * add * add * add * add * a * a * a * a * a * a * a * a * a * a * a * a * a * a * a * a * a * a * a * a * a * a * fix * a --------- Co-authored-by: wangguan <[email protected]> Co-authored-by: WG <[email protected]>
PR types
Others
PR changes
Others
Describe
Implementing NSFnet by PaddleScience by 613