scikit-adaptation / skada

Domain adaptation toolbox compatible with scikit-learn and pytorch
https://scikit-adaptation.github.io/
BSD 3-Clause "New" or "Revised" License
54 stars 16 forks source link

Deal with validation for deep methods. #121

Open tgnassou opened 4 months ago

tgnassou commented 4 months ago

During the validation step of the training loop, we should think about the strategy for the dataloading. Should we use the same as the training set? Should we provide a new dataloader?