snap-stanford / GraphGym

Platform for designing and evaluating Graph Neural Networks (GNN)
Other
1.69k stars 185 forks source link

ImportError : cannot import name 'set_out_dir' from 'graphgym.config' #41

Closed jw9603 closed 2 years ago

jw9603 commented 2 years ago
image

Hello.

I was interested in ID-GNN and decided to use GraphGYM.

The following error occurred in the run_single.sh execution.

What should I do?

My guess is that it doesn't recognize set_out_dir.

This picture is main.py in vscode. image

Thank you in advance :)

JanineCHEN commented 1 year ago

Hi, I've encountered the same error. Did you find a solution to this issue? Thanks!

linlin0312 commented 1 year ago

Hi, I've encountered the same error. Did you find a solution to this issue? Thanks!

I also encountered this problem today. Can you please tell me if you solved it? Thank you!

linlin0312 commented 1 year ago
image

Hello.

I was interested in ID-GNN and decided to use GraphGYM.

The following error occurred in the run_single.sh execution.

What should I do?

My guess is that it doesn't recognize set_out_dir.

This picture is main.py in vscode. image

Thank you in advance :)

I also encountered this problem today. Can you please tell me if you solved it? Thank you!

jw9603 commented 1 year ago

hello. Sorry for the late reply.

In fact, because I couldn't solve it, I simply made IDGNN myself and used it.