choderalab / modelforge

Infrastructure to implement and train NNPs
https://modelforge.readthedocs.io/en/latest/
MIT License
11 stars 4 forks source link

Split NNPs in inference and training models #88

Closed wiederm closed 6 months ago

wiederm commented 6 months ago

Description

This PR will set up the infrastructure to use models trained on the ANI-2x dataset. To do so, we need to provide a lean way to load model parameters from a remote location (which will change in the future, for now github lfs) and also strip the models from the pytorch-lightning overhead.

Todos

Status

codecov-commenter commented 6 months ago

Codecov Report

Merging #88 (c8db29b) into main (6cf7b44) will decrease coverage by 0.26%. The diff coverage is 88.75%.

Additional details and impacted files