Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

H3 RNN Encoder available values mentioned twice for cell_type #367

Open
mhabedank opened this issue Aug 19, 2024 · 0 comments
Open

H3 RNN Encoder available values mentioned twice for cell_type #367

mhabedank opened this issue Aug 19, 2024 · 0 comments

Comments

@mhabedank
Copy link
Contributor

The docs repeat the information, see here.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant