另一种方法,如果你的输入数据在磁盘上以推荐的TFRecord格式存储,你可以构建 ... dataset = dataset.shuffle(buffer_size=10000) dataset = dataset.batch(32) ...
確定! 回上一頁