使用Keras上的VGG16模型提取特征分类图像时,出现could not broadcast input array from shape (10,4,4,512) into shape (9,4,4,512)这个问题,有大佬知道怎么解决吗代码和问题如下:
意思是你的输入张量[10,4,4,512]不能通过广播形式自动拓广成[9,4,4,512],我最近也在做这个,可以给你看我写的:https://blog.csdn.net/wjinjie/article/details/105274142