You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
JosephKJ
changed the title
[Clarification] Why are we looping to self.max_resl+1+5 ?
[Clarification] Why are we looping until self.max_resl+1+5 ?
Jun 16, 2018
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!
The text was updated successfully, but these errors were encountered: