LSTM_LN icon indicating copy to clipboard operation
LSTM_LN copied to clipboard

TypeError: forward() missing 1 required positional argument: 'hiddens'

Open martinper opened this issue 4 years ago • 0 comments

I tried replacing a regular pytorch lstm with this implementation and I get this error. I am not quite sure what I am supposed to put as the 'hiddens' argment for the network to train properly.

martinper avatar Mar 12 '20 11:03 martinper