What's the difference between “hidden” and “output” in PyTorch LSTM?

https://stackoverflow.com/questions/48302810/whats-the-difference-between-hidden-and-output-in-pytorch-lstm

 

Understanding Bidirectional RNN in PyTorch

https://towardsdatascience.com/understanding-bidirectional-rnn-in-pytorch-5bd25a5dd66

CLASS torch.nn.LSTM(*args, **kwargs)
https://pytorch.org/docs/stable/nn.html?highlight=lstm#lstm

 

+ Recent posts