tensorflow使用技巧

2020-04-20  本文已影响0人  乌卡007

tensorflow缓存读入

  ```
tf.data.Dataset.from_tensor_slices((x_train, y_train))

train_dataset.shuffle(buffer_size=1024).batch(batch_size)

```

上一篇下一篇

猜你喜欢

热点阅读