... encode_img=tf.image.encode_jpeg(img_data) with tf.gfile.GFile("tfrecord/img_data.jpg","wb") as f: f.write(encode_img.eval()) ...
確定! 回上一頁