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

How to train FFHQ on 1024x1024 resolution? #38

Open
luser350 opened this issue May 17, 2024 · 0 comments
Open

How to train FFHQ on 1024x1024 resolution? #38

luser350 opened this issue May 17, 2024 · 0 comments

Comments

@luser350
Copy link

luser350 commented May 17, 2024

Hi @guyuchao the current VQFR model is trained on 512x512 FFHQ but I want to train it on 1024x1024. There are some questions I would like to ask before proceeding with training since it is computationally expensive.

  1. Does the following changes to yml file are enough:
    a. out_size: 1024 at line 18 (datasets)
    b. in_dim:1024 at line 88 (network_sr, quantizer_opt)
    c. in_dim: 1024 at line 109 (network_g,quantizer_opt)
    d. out_size: 1024 at line 119 (network_d_global)
    e. out_size: 1024 at line 131 (network_d_main_global)

  2. Can I still use the 512x512 pre-trained models (paths in yml)

  3. If there are any other changes that I have missed, please help.

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