pyHGT
pyHGT copied to clipboard
RUN-ERROR: got an unexpected keyword argument 'node_dim'
comment:
python3 train_paper_field.py --data_dir dataset --model_dir PATH_OF_SAVED_MODEL --conv_name hgt --domain _NN
result:
Traceback (most recent call last):
File "train_paper_field.py", line 192, in
How can I fixed it ?
Hi, can I know which PyG version you are using?
I add this node_dim to solve another issue that occur in latest pyG. You can simply try delete the node_dim = 0 to see whether it works, or I highly recommend you use the latest pyG.