GraphSVX icon indicating copy to clipboard operation
GraphSVX copied to clipboard

I don't know how this code works

Open Chennile-coding opened this issue 3 years ago • 1 comments

Hi, I don't know how this code works, how can I get the model of GraphSVX, can you record a running video, thank you very much. If I run the script_train.py,the error is

model = eval(args.model)(input_dim=data.num_features, output_dim=data.num_classes, **eval(hyperparam)) File "", line 1, in NameError: name 'GAT' is not defined can you help me

Chennile-coding avatar Jun 22 '22 03:06 Chennile-coding

Hi,

Sorry for the late reply.

I suggest you follow the instructions of the GitHub, everything is well explained and people usually do not usually struggle to run the code. Sorry for not being of much help, but if I had to re-use this repo, that’s exactly what I would do :)

Good luck ! Best wishes

On 21 Jun 2022, at 23:19, Chennile @.*** @.***>> wrote:

Hi, I don't know how this code works, how can I get the model of GraphSVX, can you record a running video, thank you very much. If I run the script_train.py,the error is

model = eval(args.model)(input_dim=data.num_features, output_dim=data.num_classes, **eval(hyperparam)) File "", line 1, in NameError: name 'GAT' is not defined can you help me

— Reply to this email directly, view it on GitHub https://github.com/AlexDuvalinho/GraphSVX/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKMBBL2NZN35KIAFV5FWQ5TVQKA2VANCNFSM5ZOUG72Q. You are receiving this because you are subscribed to this thread.

AlexDuvalinho avatar Jul 27 '22 03:07 AlexDuvalinho