What's 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
'LANGUAGE > PyTorch' 카테고리의 다른 글
How to set Random Seed for PyTorch? (0) | 2021.05.17 |
---|---|
Solution for Runtime Error: CUDA out of memory (0) | 2020.12.01 |
PyTorch Examples (0) | 2019.08.01 |
Random Seed Initialization for Reproducibility ... (0) | 2019.07.15 |
Difference between model.eval() and torch.no_grad() (0) | 2019.07.15 |