0

I'm having trouble trying to understand how to implement the following:

Layer: Bi-LSTM 1
Input: (None,50,25)
Output: (None,50,25)

I know that the first argument is units, since the model has a None value, it can be anything? However, for the last two arguments I don't know how I can implement it.

The only other arguments that take numbers are: dropout and recurrent_dropout however, they are floats between 0 and 1.

Can someone please explain how I am supposed to recreate this model?

uhhh
  • 7
  • 3

0 Answers0