Contrastive-Adaptation-Network-for-Unsupervised-Domain-Adaptation icon indicating copy to clipboard operation
Contrastive-Adaptation-Network-for-Unsupervised-Domain-Adaptation copied to clipboard

pytorch implementation for Contrastive Adaptation Network

Results 16 Contrastive-Adaptation-Network-for-Unsupervised-Domain-Adaptation issues
Sort by recently updated
recently updated
newest added

Where is the pesudeo label of the target domain used in the cdd.py?

Hi! can you please join the script you used in order to organize VisDA2017 in the way you mention? the original VisDA2017 does not have a category.txt file Thanks!

Thank you for sharing code! I have a question about the function get_centers that computes the centers of clusters. Did you forget to normalize features before multiply them per mask?...

Thanks for the excellent work and the highly-organized code. I'm a little confused about the BN behavior of FC for CAN. According to what i observed, during the training, the...

Hi, thanks for your code! I am wondering how to split the training and testing sets on both Office-31 and VisDA-2017 datasets in your work? I could not find the...

Hi, thank you for sharing your great work :) I am struggling to debug the code since your code uses multi-processing in dataloader. When I use debug mode in pycharm,...