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

optimization for E? #5

Open
jaeho3690 opened this issue Nov 23, 2020 · 1 comment
Open

optimization for E? #5

jaeho3690 opened this issue Nov 23, 2020 · 1 comment

Comments

@jaeho3690
Copy link

Hi, thanks for sharing your repository. Is there a reason why you don't optimize Encoder part?

@MartFire
Copy link

MartFire commented Dec 9, 2020

optimizerG optimizes both generator and encoder

optimizerG = optim.Adam([{'params' : netE.parameters()},
                         {'params' : netG.parameters()}], lr=lr, betas=(0.5,0.999))

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