PolyGNN#260
Open
Palomena105 wants to merge 15 commits into
Open
Conversation
modified: openhgnn/config.py new file: openhgnn/dataset/PolyGNNDataset.py modified: openhgnn/dataset/__init__.py new file: openhgnn/models/PolyGNN.py modified: openhgnn/models/__init__.py new file: openhgnn/tasks/PolyGNN.py modified: openhgnn/tasks/__init__.py new file: openhgnn/trainerflow/PolyGNN.py modified: openhgnn/trainerflow/__init__.py
modified: openhgnn/config.py
modified: openhgnn/dataset/__init__.py new file: testPolyGNN.py
modified: openhgnn/dataset/PolyGNNDataset.py modified: openhgnn/dataset/__init__.py modified: openhgnn/models/PolyGNN.py modified: openhgnn/trainerflow/PolyGNN.py modified: testPolyGNN.py
CfromBU
reviewed
Sep 15, 2025
Author
There was a problem hiding this comment.
MyDataset用于辅助生成训练集、验证集和测试集,并用于GraphDataLoader中生成三个dataloader
还原了漏掉的配置
还原了遗漏的配置
还原了原有的配置
还原了原有的配置
删除了不必要的注释,并还原了原有配置
还原了原本的配置
CfromBU
reviewed
Sep 23, 2025
删除了多余的空格
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.
Description
The PolyGNN implementation for OpenHGNN,updated by ZhangKaiyi.
Changes
Modify openhgnn/config.ini
Modify openhgnn/config.py
Modify openhgnn/dataset/init.py
Modify openhgnn/models/init.py
Modify openhgnn/tasks/init.py
Modify openhgnn/trainerflow/init.py
Add openhgnn/dataset/PolyGNNDataset.py
Add openhgnn/models/PolyGNN.py
Add openhgnn/tasks/PolyGNN.py
Add openhgnn/trainerflow/PolyGNN.py
Add testPolyGNN.py # example of running