OSError: broken data stream when reading image file

出现报错

OSError: broken data stream when reading image file

在运行的程序里面加

from PIL import Image, ImageFile
ImageFile.LOAD_TRUNCATED_IMAGES = True

解决来源

你可能感兴趣的:(deep,learning_Errors)