-
Notifications
You must be signed in to change notification settings - Fork 183
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.56】A Physics-Informed Neural Network to solve 2D steady-state heat equation #560
Conversation
Thanks for your contribution! |
7aff7f8
to
722ab8b
Compare
开发之前请撰写 RFC 文档:PaddleSciece RFC 文档 |
已补交RFC |
- Moved the folder to the 'examples' directory for better organization. - Renamed the file to 'heat_pinn' for consistency. - Added documentation for 'heat_pinn'. - Resolved post-processing issue.
docs/zh/examples/heat_pinn.md
Outdated
@@ -0,0 +1,196 @@ | |||
# Heat_PINN | |||
|
|||
<a href="https://aistudio.baidu.com/aistudio/projectdetail/6184070?contributionType=1&sUid=438690&shared=1&ts=1684239806160" class="md-button md-button--primary" style>AI Studio快速体验</a> |
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.
这个[AI Studio快速体验]并不是该案例,可以先不写
mkdocs.yml
Outdated
@@ -39,6 +39,7 @@ nav: | |||
- 方程求解: | |||
- Volterra_IDE: zh/examples/volterra_ide.md | |||
- Laplace2D: zh/examples/laplace2d.md | |||
- Heat_PINN: zh/examples/heat_pinn.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.
可以新增一个传热目录,将该案例放在传热目录下
- Introduce a new folder for related documents. - Eliminate unnecessary images. - Enhance result.
Co-authored-by: liaoxin2 <136409501+liaoxin2@users.noreply.github.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.
output_heat2d下的权重已经上传好了,所以output_heat2d文件夹可以删掉了。辛苦删除一下。其他的没什么大问题
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
hi, @Gxinhu
|
hi, @Gxinhu
|
…eady-state heat equation (PaddlePaddle#560) * Add Heat PINN * Following the suggestion - Moved the folder to the 'examples' directory for better organization. - Renamed the file to 'heat_pinn' for consistency. - Added documentation for 'heat_pinn'. - Resolved post-processing issue. * Fix typos Co-authored-by: liaoxin2 <136409501+liaoxin2@users.noreply.github.com> * Refine documentation for Heat PINN: - Introduce a new folder for related documents. - Eliminate unnecessary images. - Enhance result. * Apply suggestions from code review Co-authored-by: liaoxin2 <136409501+liaoxin2@users.noreply.github.com> * Fix typos * Add Paddle licenses * Fix doc number error * Delete output folder --------- Co-authored-by: liaoxin2 <136409501+liaoxin2@users.noreply.github.com>
PR types
ohters
others
PR changes
others
Describe
PaddlePaddle/Paddle#57262
Result
原始
复现