【Hackathon 10th Spring No.16】RFC: Add DiffSyn model to PaddleMaterials#1305
Open
danqing-li wants to merge 3 commits intoPaddlePaddle:masterfrom
Open
【Hackathon 10th Spring No.16】RFC: Add DiffSyn model to PaddleMaterials#1305danqing-li wants to merge 3 commits intoPaddlePaddle:masterfrom
danqing-li wants to merge 3 commits intoPaddlePaddle:masterfrom
Conversation
|
cloudforge1 seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
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.
概述
本 RFC 提出将 DiffSyn(基于扩散模型的沸石合成条件生成方法)模型复现并集成到 PaddleMaterials 中。
主要内容
ppmat/models/diffsyn/,包含沸石 3D 拓扑图 GNN 编码器、OSDA 2D 分子图 GNN 编码器、合成参数空间条件扩散去噪网络synthesis_condition_prediction/任务目录,填补 PaddleMaterials 在逆向合成设计领域的空白技术特点
排期
3~4周完成(环境搭建 → GNN 编码器迁移 → 条件扩散模型 → 训练对齐 → WSD/MAE 评估验证 → 文档 PR)