-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the difference between DODA(Only VSS) and DODA (w/o TACM ) #7
Comments
Hi, DODA (only VSS) means the model is pretrained with VSS without self-training. DODA (w/o TACM) means the model is pretrained with VSS and self-trained without TACM. |
Thanks for your quick reply! @Dingry |
Hi, I think they are orthogonal, since TACM is applied at the data level. But I haven't tried MCD or MMD with TACM. You can try it if you are interested and looking forward to your results! |
Thanks for your reply very much. Do you have a plan for when to release the code of the baseline UDA methods? I tried to implement MCD for domain adaptation by myself but found the training process corrupted. |
Hi, thanks for your attention. We have plan to release baseline methods but don't have exact time now since we are working with another paper. We will try to re-organize code and release it later. Thanks! |
Hi, thanks for your work. I have a small question on Table 1 of your paper.
You reported three results
DODA (only VSS)
,DODA(w/oTACM)
,DODA
. From my understanding, there are two modulesVSS
andTACM
, then what is the difference betweenDODA(Only VSS)
andDODA (w/o TACM )
? Do I miss something else?Thanks!
The text was updated successfully, but these errors were encountered: