Closed KhawlaSeddiki closed 4 years ago
Hi @khawkhaa I am facing similar problem, dealing with input data shape of CNN model, would like to share how you fixed it? Thanks!
Hi @MichaelPeibo, I haven't found a solution. I'm still waiting for an answer from the authors.
Hi @khawkhaa I got through by reshapeing my input data. check this
I am using a Keras model which contains convolutional layers
My train set (my_train) and test set (my_test) are 3D arrays (#samples, 1900 , 1) reshaped from the flat matrix train and test (#samples, 1900)
I am getting this error when I am using predict_model and lime::explain functions on both 3D array and flat matrix
What I have to change to make it compatible with CNN keras model?