StatsDLMathsRecomSys / Inductive-representation-learning-on-temporal-graphs

285 stars 61 forks source link

NEW_NODE = args.new_node is not defined #3

Open GoingMyWay opened 3 years ago

GoingMyWay commented 3 years ago

Hi, in https://github.com/StatsDLMathsRecomSys/Inductive-representation-learning-on-temporal-graphs/blob/master/learn_edge.py#L55

NEW_NODE = args.new_node

the new_node is not defined.

yzfxmu commented 3 years ago

@GoingMyWay Hi, I met the same question with you, and have you deal it ?

justinyeh1995 commented 3 years ago

Comment it out and everything else will work out fine

tmkasun commented 3 years ago

Yes same here, Had to comment out that line