chiphuyen / stanford-tensorflow-tutorials

This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
http://cs20.stanford.edu
MIT License
10.32k stars 4.32k forks source link

about using dataset for train/val #106

Open ArchWing opened 6 years ago

ArchWing commented 6 years ago

I have a question, we use dataset api to run code in train and val preoces, in every epoch we run the corresponding initializer but in this way, every epoch the training set is the same(if I set shuffle seed to a constant) but I want to shuffle them in every epoch, what should I do?(I set shuffle seed)