Open llan-ml opened 3 years ago
Hi,
Thanks for your great work on this repo.
I notice that you use DoubleBufferedIterator to accelerate data feeding. I am just wondering if this has a similar effect to tf.data.Dataset.prefetch, or we can combine them to achiever a faster data pipeline.
DoubleBufferedIterator
tf.data.Dataset.prefetch
Thanks for your help!
Hi,
Thanks for your great work on this repo.
I notice that you use
DoubleBufferedIterator
to accelerate data feeding. I am just wondering if this has a similar effect totf.data.Dataset.prefetch
, or we can combine them to achiever a faster data pipeline.Thanks for your help!