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

Fine-tuning the weights of generative model? #4

Closed
Twizwei opened this issue Oct 7, 2020 · 2 comments
Closed

Fine-tuning the weights of generative model? #4

Twizwei opened this issue Oct 7, 2020 · 2 comments

Comments

@Twizwei
Copy link

Twizwei commented Oct 7, 2020

Hi there, excellent job! Thanks for providing the code!

I have a question about fine-tuning. In Section 3.5 of the paper, I think there is a regularization term that can also optimize the weights of the original GAN. Where can I find this part in your code? Currently, I just saw the optimization of z,c, and ф. Did I miss something? Please correct me if I was wrong.

Thank you again!

@minyoungg
Copy link
Owner

There is a fine-tuning procedure in the paper.
I did not include the fine-tuning but it should be fairly straightforward to implement.
The main meat of the paper is in the optimization and the fine-tuning is just the icing on the cake.
If you think it would be helpful to be integrated into the codebase I can add it in my next push.

@Twizwei
Copy link
Author

Twizwei commented Oct 8, 2020

Yes, that would be helpful! Thank you so much!

@Twizwei Twizwei closed this as completed Oct 19, 2020
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