pggan-pytorch icon indicating copy to clipboard operation
pggan-pytorch copied to clipboard

[Clarification] Why are we looping until self.max_resl+1+5 ?

Open JosephKJ opened this issue 7 years ago • 0 comments

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!

JosephKJ avatar Jun 16 '18 06:06 JosephKJ