标签: tensorflow
要提高输入管道的性能,张量流文档建议使用tf.contrib.data.map_and_batch而不是单独的.map和.batch函数(Data input pipeline performance)。但是如何在输入管道中组合.map和.padded_batch函数呢?
tf.contrib.data.map_and_batch
.map
.batch
.padded_batch