You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: