【MIIT program】add gpwno model and md24 configs - #263
Open
yqf66 wants to merge 2 commits into
Open
Conversation
|
Thanks for your contribution! |
Collaborator
|
#258 |
Author
PR 类型模型复现 / 新模型接入 关联 Issue
本次提交文件本 PR 仅提交代码、配置和文档,不提交数据集、checkpoint、log、tensorboard 或本地输出目录。
主要改动
当前复现结果
Checkpoint / Dataset / Log 说明
验证
说明
|
leeleolay
reviewed
Jun 9, 2026
Collaborator
|
辛苦补充log文件,保证可自动执行推理命令 |
leeleolay
reviewed
Jun 23, 2026
|
|
||
| def forward(self, x): | ||
| batchsize = x.shape[0] | ||
| # ✅ 修复1:rfftn的dim传列表(多维FFT要求) |
Author
|
1.更新abstract插图 |
leeleolay
reviewed
Jul 20, 2026
leeleolay
left a comment
Collaborator
There was a problem hiding this comment.
复现目标是和原论文的模型指标,训练和推理对应的上
|
|
||
| [Gaussian Plane-Wave Neural Operator for Electron Density Estimation](https://arxiv.org/abs/2402.04278) | ||
|
|
||
| Official implementation: [seongsukim-ml/GPWNO](https://github.com/seongsukim-ml/GPWNO) |
|
|
||
| ## Dataset Description | ||
|
|
||
| GPWNO uses the same electron-density datasets and dataloaders as InfGCN. |
Comment on lines
+77
to
+79
| - **MD17_EC**: Small-molecule molecular dynamics electron-density data. The supported molecules include benzene, ethanol, phenol, resorcinol, ethane, and malonaldehyde. [Data](https://paddle-org.bj.bcebos.com/paddlematerials/datasets/MD17_ES/md17_es.tar.gz). | ||
| - **QM9_EC**: QM9 molecule electron-density data stored as `qm9.json`, `qm9_data_split.json`, and `*.CHGCAR.lz4` files under `./data/data_qm9`. Data link: TBD. | ||
| - **MP_EC (cubic)**: Materials Project-style crystal electron densities stored as `*.json.xz` under `./data/data_mp`. [Data](https://paddle-org.bj.bcebos.com/paddlematerials/datasets/MP_ES/mp_es.tar), [atom dictionary](https://paddle-org.bj.bcebos.com/paddlematerials/datasets/MP_ES/crystal.json), [split file](https://paddle-org.bj.bcebos.com/paddlematerials/datasets/MP_ES/crystal_data_split.json). |
Collaborator
辛苦按照已有的格式整理权重文件,应为zip格式,后续会支持一键推理。当前已有infgcn未实现,优化的版本参考#302 |
Collaborator
|
未看到md24的相关内容 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.