facebookresearch / pytorch_GAN_zoo

A mix of GAN implementations including progressive growing
BSD 3-Clause "New" or "Revised" License
1.61k stars 271 forks source link

Help defining target image size #125

Open victor-moreno opened 3 years ago

victor-moreno commented 3 years ago

Hi, I have adapted the celeba_cropped model to other image training set, but I only get 128x128 images after 5 cycles. How should I config to follow training with further runs and get larger images? Thanks Victor