skada
skada copied to clipboard
Change the API for deep DA loss
In the DeepCoral method, the class DeepCoralLoss
computes first the covariance matrices and then calls the deep_coral_loss
function with cov as arguments. I would like to have to covariance estimation in the function deep_coral_loss
to be able to use it alone.
Check if it is the same in the different deep DA methods.