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

multiple molecules cases #1

Open
thegodone opened this issue Feb 2, 2021 · 2 comments
Open

multiple molecules cases #1

thegodone opened this issue Feb 2, 2021 · 2 comments

Comments

@thegodone
Copy link

Hi,

I use normally dataloader from PyG to handle my molecules dataset.

Can you provide an example to make a real multistep epoch model please ?

I run your sample code it's working but I need better understand input format as well as output format which for me would be x,y,z ?

image

thanks

@thegodone
Copy link
Author

Any example to provide please ?

@hypnopump
Copy link
Contributor

Posting here as well since it might be helpful for others:

  1. i think you might run in trouble with PyG dataloaders: it merges different graphs into one big graph --> you may have problems with se3 since it connects every point to every point by their distance, not as individual edges like PyG
  2. if you want the coordinates (that's what i read from the issue, i think you need to state return_type=1, since return_type=0 would be for node embeddings or node features)

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

2 participants