Keras dimensionality in convolutional layer mismatch
问题 I'm trying to play around with Keras to build my first neural network. I have zero experience and I can't seem to figure out why my dimensionality isn't right. I can't figure it out from their docs what this error is complaining about, or even what layer is causing it. My model takes in a 32byte array of numbers, and is supposed to give a boolean value on the other side. I want a 1D convolution on the input byte array. arr1 is the 32byte array, arr2 is an array of booleans. inputData = np