Closed mchantry closed 3 years ago
Minimal solution for merging tfrecord datasets. Enables multithreading with kwargs num_parallel_reads e.g. to_tfrecord(num_parallel_reads=4) See https://www.tensorflow.org/api_docs/python/tf/data/TFRecordDataset for more information.
to_tfrecord(num_parallel_reads=4)
All committers have signed the CLA.
Minimal solution for merging tfrecord datasets. Enables multithreading with kwargs num_parallel_reads e.g.
to_tfrecord(num_parallel_reads=4)
See https://www.tensorflow.org/api_docs/python/tf/data/TFRecordDataset for more information.