TFRecord
-
tf.data, TFRecord라이브러리/Tensorflow keras 2022. 1. 5. 00:32
tf.data https://www.tensorflow.org/guide/data The tf.data API enables you to build complex input pipelines from simple, reusable pieces. For example, the pipeline for an image model might aggregate data from files in a distributed file system, apply random perturbations to each image, and merge randomly selected images into a batch for training. The pipeline for a text model might involve extrac..