ValueError Input 0 is incompatible with layer conv2d

preview_player
Показать описание
ValueError Input 0 is incompatible with layer conv2d
Рекомендации по теме
Комментарии
Автор

i got the error of shape(None, 2) and shape(None, 3) are incompatible what should i do?? i have sequential 5 model kindly suggest some solution

mavranaqvi
Автор

I getting error input 0 of layer is incompatible with the layer expected shape=(None, 128, 128, 3), found shape=(None, 64, 64, 3)

aqsaqamar