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

in trainer.py /gen_update(), i cannot understand "encoder is tuned, input is fixed" and "encoder is fixed, input is tuned" #67

Closed
wdf19961118 opened this issue Feb 4, 2021 · 1 comment

Comments

@wdf19961118
Copy link

No description provided.

@layumi
Copy link
Contributor

layumi commented Feb 13, 2021

Hi @wdf19961118
It is a two-stage strategy. If you are familiar with EM (Expectation Maximization Algorithm), the mechanism is somehow similar.
We can not update input and encoder at the same time, which may lead to the optimisation problems such as overfitting.

This issue was closed.
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