Joseph K J

Results 3 issues of Joseph K J

Hi, In the main training loop, why do we loop until self.max_resl+1+5? https://github.com/nashory/pggan-pytorch/blob/master/trainer.py#L249 ` for step in range(2, self.max_resl+1+5): ` Thanks!

Thanks for your amazing work. Would it be possible to provide an estimate on when the training code would be released?

Hi Sudhanshu, Thank you for your nice work and codebase. If possible, can you please share the version of ImageNet 1000 that you have used? Is it ImageNet 2017? If...