小编Lil*_*ili的帖子

如何在 TensorFlow 中动态生成训练数据?

我想在 TensorFlow 中创建移动 MNIST 训练集。我一直在考虑在或 using 中创建tf.ReaderBase和发出tf.Example训练序列的子类,但我不确定这是否是处理它的正确方法,以及它首先是否是一个好主意(关于创建的 CPU 负载)训练期间的序列)。tf.ReaderBase.readtf.QueueBase

on-the-fly training-data tensorflow

5
推荐指数
0
解决办法
454
查看次数

标签 统计

on-the-fly ×1

tensorflow ×1

training-data ×1