CurryTang / Graph-LLM

Exploring the Potential of Large Language Models (LLMs) in Learning on Graphs
243 stars 25 forks source link

Missing args.py and gcn_lib #1

Closed MGwave closed 1 year ago

MGwave commented 1 year ago

Hi CurryTang,

Thanks for you code! This is a solid and splendid job. I have some problems when trying to reproduce the result:

(1) There is no args.py or suitable package can provide the function "get_command_line_args()" in baseline.py: line 1: from args import * ... line 338: args = get_command_line_args()

(2) The code of gcn_lib used in this work is absent.

Best Regards.

CurryTang commented 1 year ago

Thanks for pointing out this problem. I've added the missing files.