import tensorflow as tf import matplotlib.pyplot as plt def ... print("img 的類型是",type(img)); img = tf.image.decode_jpeg(img,channels=0) ...
確定! 回上一頁