我想知道是否有一種方法可以在不使用循環的情況下給出TensorFlow上的圖像塊的完整圖 ... def reconstruct(x): x = tf.reshape(x, [8, 8, 32, 32]) x = tf.transpose(x, ...
確定! 回上一頁