muhanzhang / SEAL

SEAL (learning from Subgraphs, Embeddings, and Attributes for Link prediction). "M. Zhang, Y. Chen, Link Prediction Based on Graph Neural Networks, NeurIPS 2018 spotlight".
607 stars 142 forks source link

NameError: name 'cmd_args' is not defined #83

Open yanyu2015 opened 1 year ago

yanyu2015 commented 1 year ago

wehn try to type

python Main.py --data-name USAir

or type:

python Main.py --data-name XXX --hop 'auto' --batch-size 1

it reports as follows NameError: name 'cmd_args' is not defined What's the cmd_args? Doesn't it refer to --data-name USAir ?