gated-recurrent-unit

How does it work a Multi-Layer GRU/LSTM in Pytorch

How does it work a Multi-Layer GRU/LSTM in Pytorch Question: I’m trying to understand exactly how the calculation are performed in the GRU pytorch class. I’m having some troubles while reading the GRU pytorch documetation and the LSTM TorchScript documentation with its code implementation. In the GRU documentation is stated: In a multilayer GRU, the …

Total answers: 2