#!/usr/bin/python import tensorflow as tf train_dataset = tf.data. ... for elem in train_dataset.take(1): print (elem.numpy()).
確定! 回上一頁