tensorflow / nmt

TensorFlow Neural Machine Translation Tutorial
Apache License 2.0
6.35k stars 1.96k forks source link

Shuffle buffer filled #473

Open nashid opened 4 years ago

nashid commented 4 years ago

I am getting the following logging:

2020-06-08 06:09:37.995077: I tensorflow/core/kernels/shuffle_dataset_op.cc:112] Filling up shuffle buffer (this may take a while): 59921 of 64000

2020-06-08 06:09:38.725673: I tensorflow/core/kernels/shuffle_dataset_op.cc:126] Shuffle buffer filled.

What does it mean?