-
Notifications
You must be signed in to change notification settings - Fork 157
PolyGNN #260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
PolyGNN #260
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不要删除原来的配置,只增加现有的配置即可
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MyDataset是否冗余?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MyDataset用于辅助生成训练集、验证集和测试集,并用于GraphDataLoader中生成三个dataloader
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
去除不必要的注释
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test脚本不需要提交
还原了漏掉的配置
还原了遗漏的配置
还原了原有的配置
还原了原有的配置
删除了不必要的注释,并还原了原有配置
还原了原本的配置
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#138
这部分多一个空格,导致缩进问题
删除了多余的空格
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