Allow for parallel reading and parsing of the tfrecord files. The level of parallelism of tfrecord parsing is dynamically tuned by the tf.data pipeline. The number of parallel readers has a reasonable default, but can be changed by an additional argument in the constructor of AutoDLDataset
Follows the recommendations given in the tf.data performance guideline.
Allow for parallel reading and parsing of the tfrecord files. The level of parallelism of tfrecord parsing is dynamically tuned by the tf.data pipeline. The number of parallel readers has a reasonable default, but can be changed by an additional argument in the constructor of
AutoDLDataset
Follows the recommendations given in the tf.data performance guideline.