-
Notifications
You must be signed in to change notification settings - Fork 76
Running on Office31 #11
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
Comments
I am adaption from amazon to webcam. During training, the validation accuracy on webcam first increased a little bit, then it began to drop very fast after about 20 iterations. |
One possible solution is to use a small lr for target encoder(e.g. 1e-5) and reduce training epoch. |
BTW, I use https://github.com/corenel/pytorch-adda not this offical Tensorflow. My result (A->W) is 81% using above setting. |
Hi Tianlin-Gao, Thanks for your reply. May I know which layer are you matching and do you fix some layers in the source/target encoder to avoid overfitting? Also, can you tell me the number/size of the hidden layer of your discriminator and which optimizer are you using, parameters for the optimizer? Or would you mind sharing your code for adda on Office? I am sorry that this has been killing me for days. I just want to get adda work and build my model based on it. I would be really thankful if you can provide more information on that implementation. Thanks, |
Sorry for the delay.
Discriminator is from scratch. Source encoder is initialized from ImageNet ResNet50 |
Thanks for your source code.
I am trying to run it with the office dataset according to the setting in the paper using AlexNet, but the result is only getting worse during training. Could you please also release the code for office dataset?
Thank you very much.
The text was updated successfully, but these errors were encountered: