-
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 Unsupervised Training #1
Comments
Hi, thank you for your question. I did a slice to the label, where only source labels are extracted in training phase. |
懂了,谢老哥。 |
You're welcome. |
Hi, there
I am glad to make the first issue in this repo.
I've read your code and have a question about the training process.
In the original paper, ''Multiple Source Domain Adaptation with Adversarial Learning '', they said it's unsupervised learning, which means your input data should not have labels of target domain.
However, in your repo, half of the combined data is target domain data and you train both source/target data to get Crossentropy Loss.
Is it wrong with your code or just I misunderstood?
The text was updated successfully, but these errors were encountered: