关于#cnn#的问题:Error when checking input(语言-python)

ValueError: Error when checking input: expected conv2d_1_input to have 4 dimensions, but got array with shape (0, 220, 3)
遇到这个问题要怎么解决啊

输入的图片矩阵形状不对,输入的图片应当是一个四维矩阵,你输入的是一个02203的三维矩阵。