Understanding RNN implementation in PyTorch
RNNs and other recurrent variants like GRU, LSTMs are one of the most commonly used PyTorch modules. In this post, I go through the different parameters of the RNN
module and how it impacts the computation and resultant output.