choderalab / mtenn

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

Add extra check for new num_layers. #65

Closed kaminow closed 2 months ago

kaminow commented 2 months ago

Make sure to update GATModelConfig from num_layers if it's passed in the dict of new values. Closes #64.