ndarray into a Tensor: import numpy as np import tensorflow as tf random_image = np.random.randint (0,256, (300,400,3)) random_image_tensor = tf.pack ( ...
確定! 回上一頁