progressive-gan-pytorch icon indicating copy to clipboard operation
progressive-gan-pytorch copied to clipboard

adapt the model to 256 resolution

Open KelestZ opened this issue 4 years ago • 1 comments

Hi, thanks for your efforts! I was wondering where I should change to adapt the current model to a generation for 256 resolution? Appreciate your reply in advance.

KelestZ avatar May 01 '20 05:05 KelestZ

You need to add some conv blocks (https://github.com/rosinality/progressive-gan-pytorch/blob/master/model.py#L196), and increase maximum steps (https://github.com/rosinality/progressive-gan-pytorch/blob/master/train.py#L123). You can may refer to stylegan implementations. (https://github.com/rosinality/style-based-gan-pytorch)

rosinality avatar May 01 '20 11:05 rosinality