You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After reading your article, I was deeply inspired, but there was a problem when reading the code. During training, the optimizer ‘dann_trian_op’ was used, but the optimizer ‘regular_train_op’ was not used. Why?
The text was updated successfully, but these errors were encountered:
Hi, the regular_train_op in line66 is just an op for testing when I was writing the code which optimizes only one classification loss and no domain adversarial loss is optimized. While dann_train_op in line67 optimizes the sum of both domain adversarial loss and regular classification loss, which is actually the loss proposed in the paper.
Hi, the regular_train_op in line66 is just an op for testing when I was writing the code which optimizes only one classification loss and no domain adversarial loss is optimized. While dann_train_op in line67 optimizes the sum of both domain adversarial loss and regular classification loss, which is actually the loss proposed in the paper.
After reading your article, I was deeply inspired, but there was a problem when reading the code. During training, the optimizer ‘dann_trian_op’ was used, but the optimizer ‘regular_train_op’ was not used. Why?
The text was updated successfully, but these errors were encountered: