-
Notifications
You must be signed in to change notification settings - Fork 140
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
Could you verify the implementation? Acc = 11% after domain adaptation #27
Comments
I set d_learning_rate = 1e-3 and c_learning_rate = 1e-5 can get a good result.
|
Did you solved this issue ? I'am also facing low DA accurcay |
See #29 |
I think what causes the low adaptation accuracy is that the class labels are swapped by the target encoder. This makes sense because it is an unsupervised task and the target encoder didn't see the class labels. I've used this code on 2D data: You can see in the attached image that the target encoder separates the classes well. But the class labels were swapped. |
=== Evaluating classifier for encoded target domain ===
I got accuracy = 11 after domain adaptation.
The text was updated successfully, but these errors were encountered: