stylegan-reproduced icon indicating copy to clipboard operation
stylegan-reproduced copied to clipboard

Mode collapse

Open muxgt opened this issue 5 years ago • 0 comments

Hi! I'm trying to train your model with tpu. Had to remove MirroredStrategy and adapt code a bit. But it somehow degrades to a mode collapse on 256-512 resolution. Like this: models_ffhq_batch32_512x512_generated_images_gen_11200 There are 8 workers on tpu so it should be the same as 8 gpus. I used the same batch sizes and learning rates as in the official code but I see that you have smaller batch sizes with the same learning rates. What is a correct way to match batch sizes and learning rate?

muxgt avatar Oct 10 '19 13:10 muxgt