Exscientia / physicsml

A package for all physics based/related models
MIT License
40 stars 1 forks source link

tracking individual losses #18

Closed wardhaddadin1 closed 4 months ago

wardhaddadin1 commented 4 months ago

A PR to add tracking for individual losses (previously only total loss was tracked).

Now returns a dict of losses from the compute_loss method and logs all of them. The loss with key="loss" is the one used for training, the remaining ones are just tracked.