【Hackathon 10th Spring No.19】RFC: Add SphereNet model to PaddleMaterials#1304
Open
danqing-li wants to merge 2 commits intoPaddlePaddle:masterfrom
Open
【Hackathon 10th Spring No.19】RFC: Add SphereNet model to PaddleMaterials#1304danqing-li wants to merge 2 commits intoPaddlePaddle:masterfrom
danqing-li wants to merge 2 commits intoPaddlePaddle:masterfrom
Conversation
2dc4406 to
817f3e3
Compare
Updated the issue link formatting in the document.
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.
【Hackathon 10th Spring No.19】RFC: Add SphereNet model to PaddleMaterials
概述
本 RFC 提出将 SphereNet(球面等变图神经网络,用于分子和材料的 3D 几何深度学习)模型复现并集成到 PaddleMaterials 中。
dig/threedgraph/method/spherenet/模块)主要内容
ppmat/models/spherenet/build_molecule工厂函数spherical_equivariant_gnn/任务目录,填补 PaddleMaterials 在球面等变 GNN 领域的空白技术特点
acos、atan2、cross),所有核心 API 均有对应实现,无自定义 CUDA 算子排期
2~3周完成(环境搭建 → 球面嵌入与几何特征 → 交互层与主模型 → 训练复现 → 文档 PR)