-
Notifications
You must be signed in to change notification settings - Fork 275
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.60】PhyGeoNet: Physics-Informed Geometry-Adaptive Convolutional Neural Networks for Solving Parameterized Steady-State PDEs on Irregular Domain #699
Merged
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
# 复现 PhyGeoNet: Physics-Informed Geometry-Adaptive Convolutional Neural Networks for Solving Parameterized Steady-State PDEs on Irregular Domain 的 case0 和 case2 案例 | ||
|
||
| | | | ||
| ------------ | -------------------------- | | ||
| 提交作者 | lizechng | | ||
| 提交时间 | 2023-10-12 | | ||
| RFC 版本号 | v1.0 | | ||
| 依赖飞桨版本 | develop/release x.x.x 版本 | | ||
| 文件名 | 20231012_phygeonet.md | | ||
|
||
## 1. 概述 | ||
|
||
### 1.1 相关背景 | ||
|
||
- 【PaddlePaddle Hackathon 5th】开源贡献个人挑战赛科学计算任务合集 [No.60:PhyGeoNet: Physics-Informed Geometry-Adaptive Convolutional Neural Networks for Solving Parameterized Steady-State PDEs on Irregular Domain](https://github.com/PaddlePaddle/community/blob/master/hackathon/hackathon_5th/【PaddlePaddle%20Hackathon%205th】开源贡献个人挑战赛科学计算任务合集.md#no60phygeonet-physics-informed-geometry-adaptive-convolutional-neural-networks-for-solving-parameterized-steady-state-pdes-on-irregular-domain) | ||
|
||
### 1.2 功能目标 | ||
|
||
- 复现 PhyGeoNet: Physics-Informed Geometry-Adaptive Convolutional Neural Networks for Solving Parameterized Steady-State PDEs on Irregular Domain 的 case0 和 case2 案例。 | ||
|
||
### 1.3 意义 | ||
|
||
- 复现 PhyGeoNet 并完成 case0 和 case2 相关案例。 | ||
|
||
## 2. PaddleScience 现状 | ||
|
||
- PaddleScience 套件暂无 PhyGeoNet 模型案例。 | ||
|
||
## 3. 目标调研 | ||
|
||
- **论文链接:** https://arxiv.org/abs/2004.13145 | ||
|
||
- **参考代码链接:** https://github.com/Jianxun-Wang/phygeonet | ||
|
||
- 可以参考已有代码和论文相关描述进行复现。 | ||
|
||
## 4. 设计思路与实现方案 | ||
|
||
- 参考已有代码实现 PhyGeoNet. | ||
|
||
### 4.1 补充说明[可选] | ||
|
||
- 无。 | ||
|
||
## 5. 测试和验收的考量 | ||
|
||
- 复现达到原有代码精度。 | ||
|
||
## 6. 可行性分析和排期规划 | ||
|
||
- 参考代码修改为 paddle 实现,使用PaddleScience API,测试精度对齐 | ||
- 2023年10月中旬完成 case0 案例 | ||
- 2023年10月下旬完成 case2 案例 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 基于Paddle实现后,还需要基于PaddleScience所提供的API进行实现。目前看到提交的PR中是基于Paddle API实现的,还未基于PaddleScience API 实现,这块可能还需要花费一些时间,所以排期规划可以再重新合理的修改下 |
||
|
||
## 7. 影响面 | ||
|
||
- 为 PaddleScience 增加 PhyGeoNet 案例 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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版本