Problem
When using automatic validation splitting there is no easy way for users to find out which regions of the data were used for validation.
Potential solution
We can save the patch specs in the checkpoint, either in the data_module state dict (that way we can make a mechanism to restore the same validation) or somewhere else.
Additionally we can make functions to make maps of the validation patch locations to make it more transparent for users.
Problem
When using automatic validation splitting there is no easy way for users to find out which regions of the data were used for validation.
Potential solution
We can save the patch specs in the checkpoint, either in the data_module state dict (that way we can make a mechanism to restore the same validation) or somewhere else.
Additionally we can make functions to make maps of the validation patch locations to make it more transparent for users.