Closed SHShim0513 closed 2 years ago
Mhm, this is strange. Can you share your training settings?
Thank you for your response!
My training settings are as follows:
(1) Hardware settings: RTX 3090 * 4 (2) Python3.9.7, pytorch1.9.1.post3, and cuda11.1 are installed in the machine. (3) I ran the code on the provided PG Python environment. (4) Training config: python train.py --outdir=./training-runs/ --cfg=fastgan --data=../bedroom_train_stylegan2_pytorch.zip --gpus=4 --batch=64 --mirror=1 --snap=50 --batch-gpu=8 --kimg=10000 (5) The training dataset is 256x256 resolution.
One thing I suspect is that my training dataset was created from the official StyleGAN2-ada codebase.
Can it have a bad effect on the model?
Thank you!
I want to show the generated samples from my machine.
Specifically, I think the 'fakes000000.png' is strange.
The 'fakes_init.png' is as follows:
The 'fakes000000.png' is as follows:
The 'fakes007056.png' is as follows:
Thank you!
the fakes00000.png are fine actually, this is because this generator uses BatchNorm. The samples look like clear mode collapse...
I am going to rerun this dataset in a couple of days when I get to it, could you try another LSUN set, eg., church in the mean time?
Okay. I will try another dataset.
Thank you!
I trained the Projected FastGAN on the LSUN church dataset.
In this experiment, I created the dataset by using this repository's code.
The model generates realistic textures, however, the samples look like mode collapse at the same time.
The fakes006451.png is as follows:
The FID results are as follows:
Thank you!
Good news: I could reproduce your results and also found the problem :smile: I am going to do some more testing and push the changes later today. Thank you for making me aware of it, this is why I like sharing code!
In the meantime you can try the StyleGAN2 backbone, this one should work fine.
Okay! Thanks again. I will wait for the changes.
Pushed the changes, you should give it a try again :) Below are the curves you should observe now on LSUN church (blue is FastGAN, pink ist StyleGAN2):
Thanks again for making me aware of this issue.
Hi! Do you have pretrained models for LSUN bedrooms trained on StyleGAN2/StyleGAN3? If yes, can you please provide us with those pretrained models? The current one on the webpage is for FastGAN. Thanks for your time and help!
First, thank you for sharing great work!
I trained Projected FastGAN in the LSUN bedroom.
However, FID is increasing across training iterations.
The FID and training loss trends are as follows:
.
Is there anyone who suffers from the same issue?
Thank you!