choderalab / mtenn

Modular Training and Evaluation of Neural Networks
MIT License
5 stars 1 forks source link

Unify `conversion_utils` model constructors #33

Closed kaminow closed 9 months ago

kaminow commented 11 months ago

All of the models that we have implemented in conversion_utils each have different constructor signatures, which ends up being confusing and ugly. It would be nice to make them all work the same way.