I am learning Tensorflow by reading the official document. But confused by this line:
dataset = dataset.shuffle(1000).repeat()
I try to run this whole