-
Notifications
You must be signed in to change notification settings - Fork 5
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
Question about how to select domain labels #3
Comments
Hi, thank you for your interests in the code. The domain loss is actually calculated by a binary classification loss. Suppose there are source domains, {S1, S2, ..., Sk}, we calculate k domain losses by differentiating each source and the target domain T. For each source-target pair {Si, T}, the domain label is either 0 or 1. |
Thank you for your reply, I saw your code address from the issue reply under MDAN code. |
Hi, I personally think this should not influence the results as long as the domain label is consistent across all source-target pairs, i.e. always set source=1&target=0 or source=0&target=1. |
Okay, thanks very much, I understand it roughly! |
Hi, I am lucky to see your code, it helps me a lot, but one thing I can't understand is how to choose domain labels when calculating domain loss. I would appreciate it if you could answer this question.
The text was updated successfully, but these errors were encountered: