torchmd / torchmd-net

Training neural network potentials
MIT License
326 stars 73 forks source link

[WIP] Introduce additional_labels #306

Open AntonioMirarchi opened 6 months ago

AntonioMirarchi commented 6 months ago

This PR proposes several enhancements to enable the usage of extra arguments in both training and inference. The key modifications include

RaulPPelaez commented 6 months ago

It would be wise to add a new test file in which you poke the new functionality around, for instance making sure that the input is being received correctly or that the output of the model changes depending on whether additional_labels is passed or not.