bamos / dcgan-completion.tensorflow

Image Completion with Deep Learning in TensorFlow
Other
1.31k stars 388 forks source link

Why data in one epoch didn't shuffle? #71

Closed Zamirquito closed 6 years ago

Zamirquito commented 6 years ago

https://github.com/bamos/dcgan-completion.tensorflow/blob/6b0a06c300e65f209b0283ab7c076a40c42e40bb/model.py#L198

Hi, bamos, your code helps me a lot, but I don't understand why there is no shuffle in every epoch? Thanks.