Mismatch In Expected Keras Shapes After Pooling
I'm building a few simple models in Keras to improve my knowledge of deep learning, and encountering some issues I don't quite understand how to debug. I want to use a 1D CNN to pe
Solution 1:
Try reshaping your target variable to N x T, and it looks like your final dense layer should be 40 rather than 1 (i think).
Post a Comment for "Mismatch In Expected Keras Shapes After Pooling"