could not broadcast input array from shape (64,64,3) into shape (64,64,4)

做图片分类时候,因为我自己的训练集是PNG格式,那么PNG格式,相比较JPG会多出一个透明图层,因此,PNG格式除了RGB还有一个透明,这个透明通道会让图片数组变成64*64*4

could not broadcast input array from shape (64,64,3) into shape (64,64,4)

而我配置的图片输入,xtrain是64*64*3

 

这就造成了是把4通道图像塞到3通道图像数组,因此不可行,就会造成这个提示解决方法就是把图片转换成jpg格式,抛弃透明图层。

上一篇:org.springframework.beans.FatalBeanException: Could not copy property 'commentCounts' from


下一篇:Maven异常:Could not find artifact xxxx:pom