kwotsin / mimicry

[CVPR 2020 Workshop] A PyTorch GAN library that reproduces research results for popular GANs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could you add the SAGAN for 256x256 size image?

25th-engineer opened this issue · comments

commented

I'm trying to implement the self-attention for 256x256 size image but it didn't work well.
I've tried many times.
Thanks in advance.

@25th-engineer Unfortunately I currently have no plans to add SAGAN as the literature has since moved on a little, and I no longer have access to GPU machines to run my experiments. That said, I tried implementing SAGAN on smaller datasets initially, but the results doesn't seem to be as good so I think if you try that, probably larger datasets might work better.

commented