美文网首页
tensorflow使用技巧

tensorflow使用技巧

作者: 乌卡007 | 来源:发表于2020-04-20 18:12 被阅读0次

    tensorflow缓存读入

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

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

    ```

    相关文章

      网友评论

          本文标题:tensorflow使用技巧

          本文链接:https://www.haomeiwen.com/subject/qqljihtx.html