snap-stanford / neural-subgraph-learning-GNN

340 stars 64 forks source link

AttributeError #8

Open LinhanZ opened 3 years ago

LinhanZ commented 3 years ago

Hello, When I tried run.sh, it shows there is an attribute error: AttributeError: type object 'GraphDataset' has no attribute 'list_to_graphs' I also searched deepsnap and there is no such function indeed. Can you help me fix with this issue?

qema commented 3 years ago

Thanks for catching this. The codebase was written using a preliminary version of deepsnap -- working out a refactor and will get back to you.

On Dec 21, 2020, at 22:48, elenalinhan notifications@github.com wrote:

 Hello, When I tried run.sh, it shows there is an attribute error: AttributeError: type object 'GraphDataset' has no attribute 'list_to_graphs' I also searched deepsnap and there is no such function indeed. Can you help me fix with this issue?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

qema commented 3 years ago

Updated the repo to be compatible with deepsnap 0.1.2, which is currently the up-to-date version downloadable from pip. Let me know if you experience any issues. Thanks!

lihuiliullh commented 3 years ago

I have the same problem.

hmc0105 commented 3 years ago

I also have a problem about deepsnap 0.1.2. In commit history on this repo, I cannot find any changes.

qema commented 3 years ago

Ah thanks for the catch. Repo should be updated now, let me know if you run into further issues.