PyTorch-Deep-CORAL icon indicating copy to clipboard operation
PyTorch-Deep-CORAL copied to clipboard

This is a PyTorch implementation of the Unsupervised Domain Adaptation method proposed in the paper Deep CORAL: Correlation Alignment for Deep Domain Adaptation. Baochen Sun and Kate Saenko (ECCV 2016...

Results 2 PyTorch-Deep-CORAL issues
Sort by recently updated
recently updated
newest added

Can u please make this model using pretrained network ?

First of all, thanks for sharing code. I haven't totally understood your way of computing accuracies in `evaluate()` in train.py. It seems you are using some kind of moving average...