Skip to content
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

8*MLP was trained during finetune #3

Open
cnnlstm opened this issue Nov 3, 2020 · 1 comment
Open

8*MLP was trained during finetune #3

cnnlstm opened this issue Nov 3, 2020 · 1 comment

Comments

@cnnlstm
Copy link

cnnlstm commented Nov 3, 2020

Thanks for your excellent work, but it seems that when finetuning the model on a new domain data, the mapping net(8mlp) was not frozen, which conflicts with your papers, though requires_grad==False was set in L422-425 of train.py. The gradient is activated in L229 again and the G_optimizer optimize all parameters of G. When I print the parameters of 8MLP on the original model and finetuned, they indeed different.

@HideUnderBush
Copy link
Owner

Thanks for pointing it out, there might be some missing lines when migrating the code from server to public repo. We'll look into it and update code soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants