torchmd / torchmd-net

Training neural network potentials
MIT License
335 stars 75 forks source link

What is embed_files in Custom Dataset #178

Closed julien-blanchon closed 1 year ago

julien-blanchon commented 1 year ago

torchmdnet.dataset.custom.Custom take 3 arguments: coordglob, embedglob, energyglob.

For each file:

RaulPPelaez commented 1 year ago

Maybe this test will help clarify: https://github.com/torchmd/torchmd-net/blob/e20876ff79fe952db25e5fc55cc051a919ef218f/tests/test_datasets.py#L13-L45

RaulPPelaez commented 1 year ago

I am closing this, please feel free to reopen if you have further questions about it!

julien-blanchon commented 1 year ago

Yes this was clear thanks !