wchen342 / SketchyGAN

Code for paper "SketchyGAN: Towards Diverse and Realistic Sketch to Image Synthesis"
MIT License
131 stars 32 forks source link

Where to set the epoch number? #6

Closed yuqing-liu-dut closed 6 years ago

yuqing-liu-dut commented 6 years ago

Hello, I do not find the epoch setting but just the iteration time in the command line. So what is the difference between them? How do I set the epoch times?

wchen342 commented 6 years ago

Basically # of epochs = # of iterations / # of training samples.