Results 8 comments of M. Uluç Şahin

Have you had any progress on this issue? @JiangPeiy

> hi, can you send the website? I think I have solved that. > […](#) > On Tue, Oct 19, 2021 at 10:09 PM M. Uluç Şahin ***@***.***> wrote: Have...

> Thanks for your reimplementation! > > 1. In networks_stylegan.py, line 107 `f = f[:, :, ::-1, ::-1]`, I think you should consider use `f = torch.flip(f, [2, 3])` >...

I tried this model with CelebA dataset and have the same problem. I guess there is a bug somewhere.

Unfortunately some methods are changed in pro_gan_pytorch and this code gives this error. What version of pro_gan_pytorch do we need?

I fixed this by changing fixed_embeddings = encoder(fixed_captions) line to fixed_embeddings = encoder(fixed_captions.to(device)) But im not sure if this is a good way to solve this error since I get...

@GuruVirus Have you had any progress with this? So far my results are pretty bad even with aligned/cropped data.

> Hi, > professor, I am so exciting about the result of you paper, and the idear inspire my inspiration a lot. I think it is an awesome work. But...