experiencor / deep-viz-keras

Implementations of some popular Saliency Maps in Keras
https://experiencor.github.io/cnn_visual.html
164 stars 31 forks source link

value error #7

Open apoorva9712 opened 5 years ago

apoorva9712 commented 5 years ago

hi i am trying to get the code work for my own dataset. i fixed the image size of my own image to 224x224 however i get the following error

ValueError: Error when checking input: expected input_5 to have shape (224, 224, 3) but got array with shape (224, 224, 4)

can you please help me?