zhmiao / OpenCompoundDomainAdaptation-OCDA

Pytorch implementation for "Open Compound Domain Adaptation" (CVPR 2020 ORAL)
https://liuziwei7.github.io/projects/CompoundDomain.html
BSD 3-Clause "New" or "Revised" License
139 stars 15 forks source link

Questions regarding the decoder #2

Closed chester256 closed 4 years ago

chester256 commented 4 years ago

Thanks for releasing the code. It seems that the paper forgets to mention how to train the decoder while in the code the decoder is updated jointly with the domain encoder.

zhmiao commented 4 years ago

Hello @chester256 , thank you very much for asking. Actually in section 3.1, Algorithm 1, and 2, there is information about the decoder. It is not extensively discussed in the paper because we think this is 1) the space is limited in the main text and 2) the novelty for this part is limited compared to the other components. We will add more details of decoder training in the supplementary. Does that make sense?

chester256 commented 4 years ago

Thanks a lot

xiao-keeplearning commented 1 year ago

@zhmiao Hi, where can I find supplementary material?