shaping tf.Data as input for LSTM layer fails with incompatible dimensions
I’m trying to build a neural network that predicts the next number from a simple sequence of numbers, thus I’m taking my input of 3 and putting in a tf.data.Dataset, now when I try to feed this to an LSTM layer I get the following error ValueError: Input 0 of layer "lstm" is incompatible with… Read More shaping tf.Data as input for LSTM layer fails with incompatible dimensions