tensorflow resnet50 CPU 推理测试,加载image2012 数据集提示: ImportError: Could not import PIL.Image. The use of `load_img` requires PIL.
(In reply to feitian200603 from comment #0) > tensorflow resnet50 CPU 推理测试,加载image2012 数据集提示: > ImportError: Could not import PIL.Image. The use of `load_img` requires PIL. dnf install python3-pillow后功能正常吗?