【发布时间】:2021-02-10 05:39:10
【问题描述】:
我正在尝试对一些图像进行分类。
这是我的 Python 代码,但是当我尝试运行它时,Keras 似乎没有找到返回 Found 0 images belonging to 0 classes. 的图像,并且深度学习模型最终抛出了以下错误。
`ValueError: Asked to retrieve element 0, but the Sequence has length 0.`
我们如何解决这个错误?
【问题讨论】:
标签: python python-3.x tensorflow machine-learning keras