ToPILImage () cnt = 0 for image,label in data_loader: if cnt>=3: # 只顯示3張圖片 break print(label) # 顯示label # 方法1:Image.show() ...
確定! 回上一頁