Tensorflow-DatasetAPI icon indicating copy to clipboard operation
Tensorflow-DatasetAPI copied to clipboard

one-shot iterator does not need for explicit initialization.

Open yunkchen opened this issue 6 years ago • 0 comments

Re: https://www.tensorflow.org/guide/datasets Creating an iterator A one-shot iterator is the simplest form of iterator, which only supports iterating once through a dataset, with no need for explicit initialization.

yunkchen avatar Oct 24 '18 09:10 yunkchen