You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loss is computed in step, no matter if during train, val or test. The function validation_step is called by pytorch-lightning to evaluate the model on all validation dataloaders. test_step is only called at the end of training or via trainer.test(...). Since we want to compute test loss during training, one of the validation dataloaders contains the test set.
Which function is supposed to compute the test loss? Can we clean it up?
torchmd-net/torchmdnet/module.py
Lines 61 to 69 in 2f6e190
Ping: @PhilippThoelke @stefdoerr
The text was updated successfully, but these errors were encountered: