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

porting to torch_geometric #2

Open
linminhtoo opened this issue May 2, 2022 · 0 comments
Open

porting to torch_geometric #2

linminhtoo opened this issue May 2, 2022 · 0 comments

Comments

@linminhtoo
Copy link

linminhtoo commented May 2, 2022

Dear authors,

Very nice work, came to know of this through Dominique's excellent talk recently at Valence Discovery's M2D2 series.

Since DGN exhibits SOTA performance over many common GNNs, I am excited to try it out on some biological tasks. However, I am already using another open-source model that relies on torch_geometric's Data interface (to batch graphs and so on), so I believe I also need to port this to torch_geometric to make it compatible as the task I'm working on requires me to sample data points simultaneously in each iteration.

Admittedly, I am really not familiar with torch_geometric, so I was wondering if you happened to have a torch_geometric version, or if you have some pointers on the easiest way to port this model to torch_geometric.

To clarify, the input will be the molecular identity (such as a SMILES string), which need to be pre-processed to the input features needed by DGN, such as the eigenvectors, the adjacency matrices and so on.

Thank you very much!

@linminhtoo linminhtoo changed the title porting to torch_geometric porting to torch_geometric May 2, 2022
@linminhtoo linminhtoo changed the title porting to torch_geometric porting to torch_geometric May 2, 2022
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

1 participant