You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 <#4>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AKMBBL2NZN35KIAFV5FWQ5TVQKA2VANCNFSM5ZOUG72Q>.
You are receiving this because you are subscribed to this thread.
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
The text was updated successfully, but these errors were encountered: