rosinality / style-based-gan-pytorch

Implementation A Style-Based Generator Architecture for Generative Adversarial Networks in PyTorch
Other
1.1k stars 232 forks source link

Image not visible properly and 512 model also giving output of (256,256) plz help #119

Open ajithprinc opened 3 years ago

ajithprinc commented 3 years ago

doubt I didn't get what's problem with 512 model. This code working 256 model but not with good output. doubt2

But not giving good outputs when using 512 model and 512 model also giving output size 256px. Please help me with this query. thanks in advance

rosinality commented 3 years ago

You will need to normalize image as expected range of output of the model is in [-1, 1].