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

train model #17

Open
dengshuhai-cmd opened this issue Aug 4, 2022 · 0 comments
Open

train model #17

dengshuhai-cmd opened this issue Aug 4, 2022 · 0 comments

Comments

@dengshuhai-cmd
Copy link

Why do you have an generator and g_ema in your training code?And Your optimizer optimizes generator directly,why not optimizes g_ema? And why accumulate(g_ema, g_module, accum) ,not And why accumulate(g_ema, generator, accum) ?

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

1 participant