You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cell_type (default: rnn) : The type of recurrent cell to use. Available values are: rnn, lstm, lstm_block, lstm, ln, lstm_cudnn, gru, gru_block, gru_cudnn.
For reference about the differences between the cells please refer to PyTorch's documentation.
We suggest to use the block variants on CPU and the cudnn variants on GPU because of their increased speed.
Options: rnn, lstm, lstm_block, ln, lstm_cudnn, gru, gru_block, gru_cudnn.
The text was updated successfully, but these errors were encountered:
The docs repeat the information, see here.
The text was updated successfully, but these errors were encountered: