when i run "python main.py -m HetGNN -t node_classification -d academic4HetGNN -g 0" to train my hetgnn model, I encounter this error
File "/root/OpenHGNN/openhgnn/trainerflow/hetgnn_trainer.py", line 78, in _full_train_setp
negative_graph = self.construct_negative_graph()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'HetGNNTrainer' object has no attribute 'construct_negative_graph'
And not find construct_negative_graph function in this class
Can you tell me how to fix this? thx
when i run "python main.py -m HetGNN -t node_classification -d academic4HetGNN -g 0" to train my hetgnn model, I encounter this error
And not find construct_negative_graph function in this class Can you tell me how to fix this? thx