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

freezeFC and generator_source #13

Open
Yijunmaverick opened this issue Jan 5, 2022 · 1 comment
Open

freezeFC and generator_source #13

Yijunmaverick opened this issue Jan 5, 2022 · 1 comment

Comments

@Yijunmaverick
Copy link

Yijunmaverick commented Jan 5, 2022

Thanks for the work. Looks really cool! I have two questions about the script train.py:

(1) Does the parameter freezeFC mean that you want to freeze the whole style network (from z to w) on left of the generator? Looks you do not really freeze it but instead use the latent w computed from the source generator.

(2) For the generator_source, do we also need to load the weight of source generator before starting the training? I see you only define it without pre-loading any weight.

@syz825211943
Copy link

Thanks for the work. Looks really cool! I have two questions about the script train.py:

(1) Does the parameter freezeFC mean that you want to freeze the whole style network (from z to w) on left of the generator? Looks you do not really freeze it but instead use the latent w computed from the source generator.

(2) For the generator_source, do we also need to load the weight of source generator before starting the training? I see you only define it without pre-loading any weight.

Hello, have you resolved these two issues? I also found that these two parts are inconsistent with the description provided by the author. Looking forward to your response,thanks @Yijunmaverick @ @happy-jihye

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