LSTM_LN
LSTM_LN copied to clipboard
TypeError: forward() missing 1 required positional argument: 'hiddens'
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.