StyleGAN_PyTorch
StyleGAN_PyTorch copied to clipboard
Is progressive growing supported?
Thanks for the good work. But I can't find where you implemented the progressive growing, which is one of the essential part of StyleGAN. It seems in the G_synthesis module in networks_stylegan.py, only the 'fixed' mode is supported. Does it mean the whole training process isn't conducted in the progressive growing fashion when I do "python train_stylegan.py"? And do you intend to support this feature in the future?