stanford-tensorflow-tutorials icon indicating copy to clipboard operation
stanford-tensorflow-tutorials copied to clipboard

about using dataset for train/val

Open ArchWing opened this issue 7 years ago • 0 comments

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)

ArchWing avatar Mar 23 '18 07:03 ArchWing