Tensorflow Dataset 正式的名稱為tf.data API,它是一個Python Generator,可以視需要逐批讀取 ... iterator it = iter(dataset) # 一次取一筆print(next(it).numpy()) ...
確定! 回上一頁