OpenHGNN
OpenHGNN copied to clipboard
This is an open-source toolkit for Heterogeneous Graph Neural Network(OpenHGNN) based on DGL.
## Description ## Checklist Please feel free to remove inapplicable items for your PR. - [x] The PR title starts with [$CATEGORY] (such as [NN], [Model], [Doc], [Feature]]) - [x]...
## 🐛 Bug ## To Reproduce error occurred in `_mini_train_step` function in `trainerflow/node_classification.py` when use `mini_batch_flag` in `node_classification` task and `SimpleHGN` model ```Python import argparse from openhgnn.experiment import Experiment if...
## Description ## Checklist Please feel free to remove inapplicable items for your PR. - [X] The PR title starts with [$CATEGORY] (such as [NN], [Model], [Doc], [Feature]]) - [X]...
## Description Besides training, validation and test stages, we also need prediction stages in some scenarios. Adding prediction stage in node classification and link prediction trainerflow In this PR. ##...
## Description ICDM baseline ## Checklist Please feel free to remove inapplicable items for your PR. - [ ] The PR title starts with [$CATEGORY] (such as [NN], [Model], [Doc],...
## ❓ Questions and Help Hello! Thank you for the wonderful library. I needed some help in running the code for the SLiCE model on any dataset for link prediction...
Hi all, thanks for making this library available. I am trying to use it for my benchmarks, but I am having a bit of trouble. I want to evaluate my...
你好,我按照space4hgnn中README文件执行“Run a single experiment”和“Run a batch of experiments”后,在“3.2 Analyze with figures”时,运行rank.py文件时报错,错误信息如下,同时distribution.py文件也会报错。 /home/L/OpenHGNN/space4hgnn/figure/rank.py Traceback (most recent call last): File "/home/L/anaconda3/envs/openhgnn2/lib/python3.7/site-packages/pandas/core/indexes/base.py", line 3361, in get_loc return self._engine.get_loc(casted_key) File "pandas/_libs/index.pyx", line 76, in...
For example, DeepWalk and HeGAN trainner was defined but it seems no cmd in scripts/run_experiments.py and no readme doc in outputs/. I don't know the datasets supported and how to...