repeat(3).batch(7)

来源:4-2 tf_data基础API使用

慕云19

2019-09-08

tf.Tensor([0 1 2 3 4 5 6], shape=(7,), dtype=int32)

tf.Tensor([7 8 9 0 1 2 3], shape=(7,), dtype=int32)

tf.Tensor([4 5 6 7 8 9 0], shape=(7,), dtype=int32)

tf.Tensor([1 2 3 4 5 6 7], shape=(7,), dtype=int32)

tf.Tensor([8 9], shape=(2,), dtype=int32)

老师好,请问这里的结果,不是遍历3次吗,为什么是五个,最后的8,9为什么在课程中叫剩下的两个

写回答

1回答

慕田峪7306343

2019-09-13

先将数据集重复3次 再分成五个batch

0
1
慕云19
非常感谢!
2019-09-14
共1条回复

Google老师亲授 TensorFlow2.0 入门到进阶

Tensorflow2.0实战—以实战促理论的方式学习深度学习

1849 学习 · 896 问题

查看课程