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

Is StyleGAN2 code provided in this repo fully tested? #7

Open
lzhbrian opened this issue Nov 24, 2020 · 8 comments
Open

Is StyleGAN2 code provided in this repo fully tested? #7

lzhbrian opened this issue Nov 24, 2020 · 8 comments

Comments

@lzhbrian
Copy link

Hi, thanks for the repo!
Is StyleGAN2 code provided in this repo fully tested?
https://github.com/genforce/genforce/blob/master/models/stylegan2_generator.py
https://github.com/genforce/genforce/blob/master/models/stylegan2_discriminator.py
Thanks.

@justimyhxu
Copy link
Collaborator

We have devoted ourselves to CVPR.
We will release the stylegan2 training script recently.

@lzhbrian
Copy link
Author

lzhbrian commented Nov 25, 2020 via email

@hdjsjyl
Copy link

hdjsjyl commented Jan 12, 2021

Hi Author,
Just want to ask whether the StyleGAN2 code provided can be used for the pre-trained model in Model_zoo. Could I only use the code for inference? Looking forward to the full release of StyleGAN2. Thank you!

@justimyhxu
Copy link
Collaborator

Now Genforce supports the inference for StyleGAN2. The training code will be released soon.

@swamiviv
Copy link

swamiviv commented Mar 15, 2021

@justimyhxu Big fan of the repo. Any update here re StyleGAN2 training code? Thanks.

@zhenglisec
Copy link

zhenglisec commented Apr 10, 2021

Also waiting for the stylegan2 training script !!! and have you trained stylegan2 on ffhq256? could you provide the pre-trained model? Thanks.

@swyoon
Copy link

swyoon commented Jan 19, 2022

Thanks for the super cool repo. The training script for StyleGAN2 should be awesome. Also waiting for it!

@mxl1990
Copy link

mxl1990 commented Feb 3, 2022

I try to train a StyleGAN2 using your scripts, but find following error:
Traceback (most recent call last): File "./train.py", line 123, in <module> main() File "./train.py", line 119, in main runner.train() File "/home/lixiao/stylegan2-reid/runners/base_runner.py", line 300, in train self.train_step(data_batch, **train_kwargs) File "/home/lixiao/stylegan2-reid/runners/stylegan_runner.py", line 34, in train_step G.synthesis.lod.data.fill_(self.lod) File "/home/lixiao/anaconda3/envs/pytorch/lib/python3.7/site-packages/torch/nn/modules/module.py", line 1178, in __getattr__ type(self).__name__, name)) AttributeError: 'SynthesisModule' object has no attribute 'lod'
So I am wondering that you update your scripts such as stylegan2_generator。

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

7 participants