jhoffman / cycada_release

Code to accompany ICML 2018 paper
BSD 2-Clause "Simplified" License
558 stars 126 forks source link

Is your feature adaptation ADDA? #28

Closed iamxiaoyubei closed 4 years ago

iamxiaoyubei commented 5 years ago

Hi! After reading your code, I think your feature adaptation(scripts/train_adda.py) is the ADDA method. Am I right? Besides, I found that you directly put the results of the entire network into ADDA instead of the feature extraction output. I am confused, is this still feature adaptation?

jhoffman commented 4 years ago

Yes, using feature adaptation on transformed images is a part of the method.