LarsKue/lightning-trainable

HParams validation batch has `self.training = False`

Closed this issue · 1 comments

Metrics that are only computed in validation then cannot be used for hparam optimization

Might want to call self.eval() and self.train() in on_train_start

Fixed by b45c2af