Open
Conversation
|
Thanks for your contribution! |
leeleolay
reviewed
Feb 6, 2026
Collaborator
There was a problem hiding this comment.
是否可以参考套件内已有的实现,比如使用paddle_scatter或者ppmat/models/common/message_passage的一些实现方案
Collaborator
There was a problem hiding this comment.
扩散模型相关的组建,建议参考schudeler里面已有的一些实现方案或者diffusion的组件可以打包为一个单独的文件
Collaborator
There was a problem hiding this comment.
rl的模块是否可以抽离出来到ppmat的子一级目录
Collaborator
There was a problem hiding this comment.
辛苦提供模型的全部数据集和预训练模型权重,log文件,参考已有格式的readme来写
Author
|
@leeleolay 精度对比这块,有没有样例代码格式可以参考。还有单元测试这块,没找到现有的单元测试模组,可以对核心功能进行自动化测试。 |
Collaborator
|
和torch的原版代码进行比较即可,测试训练和推理 |
Collaborator
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.
通过迁移 https://github.com/hspark1212/chemeleon2 项目实现 chemeleon2 的兼容。
主要改动