Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to build graphnn #6

Open
SHUht opened this issue Jan 31, 2018 · 3 comments
Open

how to build graphnn #6

SHUht opened this issue Jan 31, 2018 · 3 comments

Comments

@SHUht
Copy link

SHUht commented Jan 31, 2018

Could you tell me how to build graphnn? And I want to know whether use pytorch version graphnn?

@Hanjun-Dai
Copy link
Owner

Hi there,

you can find the build instruction here: https://github.com/Hanjun-Dai/graphnn

The pytorch version of graphnn is not compatible with this repository yet. But you can write your own Q-learning with the pytorch_structure2vec: https://github.com/Hanjun-Dai/pytorch_structure2vec

@neurohn
Copy link

neurohn commented Apr 4, 2018

@Hanjun-Dai : What all needs to change here in this repo for it to be compatible with pytorch_structure2vec?

@Hanjun-Dai
Copy link
Owner

Sorry it is not that easy to be compatible with pytorch directly. I've implemented everything (including gnn, q-learning) in C++.
But you can definitely implement this with pytorch_structure2vec with additional effort on the implementation of q-learning part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants