In the train_step() in train.py, there is a "for i in range(6):" loop. I am wondering why it is 6 and why it is there. https://github.com/cryu854/SinGAN/blob/d7ef35f790f133aca533e250b53715816386128e/train.py#L126
In the train_step() in train.py, there is a "for i in range(6):" loop. I am wondering why it is 6 and why it is there.
SinGAN/train.py
Line 126 in d7ef35f