label = tf.cast(img_features['Label'], tf.int64)#圖片利用reshape可以轉變回原圖(224,224,3)。 #在Session 中Session.run([image,label])即可獲得圖片. 4. 放入Session ...
確定! 回上一頁