xiangjjj / implicit_alignment

Code for ICML2020 "Implicit Class-Conditioned Domain Alignment for Unsupervised Domain Adaptation"
Other
90 stars 10 forks source link

Setting #1

Closed huang123ying closed 4 years ago

huang123ying commented 4 years ago

when i run the MDD+implicit,should i set the args.self_training==True?

xiangjjj commented 4 years ago

Yes, please set args.self_train=True. This argument is designed exclusively for the target domain so that it can collect pseudo-labels and use them for sampling. More detail please refer to here. BTW, I noticed that I forgot to include it in the readme, but it is in my makefile scripts, such as this. Please let me know if this answers you question. Thanks!

xiangjjj commented 4 years ago

I've just updated the readme to correct this. Please refer to the makefile scripts for the configuration of different datasets.

huang123ying commented 4 years ago

thank you very much!