TypeError when trying to create a BLSTM network in Keras
问题 I'm a bit new to Keras and deep learning. I'm currently trying to replicate this paper but when I'm compiling the second model (with the LSTMs) I get the following error: "TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'" The description of the model is this: Input (length T is appliance specific window size) Parallel 1D convolution with filter size 3, 5, and 7 respectively, stride=1 , number of filters=32 , activation type=linear , border mode=same Merge layer which