I'm trying to get the logger to log validation images to see how the model performs on source/targets it hasn't seen yet. However, I'm a little stuck on how to do this and don't have much experience with lightning. Is there a way to add a validation dataloader?
Hi,
I'm trying to get the logger to log validation images to see how the model performs on source/targets it hasn't seen yet. However, I'm a little stuck on how to do this and don't have much experience with lightning. Is there a way to add a validation dataloader?