keras error StopIteration unsupported operand type(s) for JpegImageFile

    keras更新到2.1.5后fit_generator函数会报这个错误。具体显示如下:

keras error StopIteration unsupported operand type(s) for JpegImageFile

    版本问题,降版本退回到2.1.3问题解决。

    pip uninstall keras

    pip install keras=2.1.3

Related Posts

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注