import tensorflow as tf ds = (tf.data.Dataset.list_files('data_dir/*.tfrecord') .cache() .repeat() .shuffle(1_000) .interleave(tf.data.
確定! 回上一頁