I am trying to send two inputs to my LSTM layer. One is the input vector and another one is the input mask. The mask vector is boolean, and the input vector is float.
<