Open lindagaw opened 3 years ago
I set d_learning_rate = 1e-3 and c_learning_rate = 1e-5 can get a good result.
source only <<< Avg Loss = 1980.854672080592, Avg Accuracy = 75.000000% domain adaption <<< Avg Loss = 97.09941973184284, Avg Accuracy = 92.903227%
I got accuracy = 8 after domain adaptation……
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: https://github.com/mashaan14/ADDA-toy
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.