We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3716286 commit e9bf702Copy full SHA for e9bf702
torch/nn/modules/rnn.py
@@ -259,7 +259,7 @@ class LSTM(RNNBase):
259
`(hidden_size x 4*hidden_size)`
260
bias_ih_l[k] : the learnable input-hidden bias of the k-th layer `(b_ii|b_if|b_ig|b_io)`, of shape
261
`(4*hidden_size)`
262
- bias_hh_l[k] : the learnable hidden-hidden bias of the k-th layer `(W_hi|W_hf|W_hg|b_ho)`, of shape
+ bias_hh_l[k] : the learnable hidden-hidden bias of the k-th layer `(b_hi|b_hf|b_hg|b_ho)`, of shape
263
264
265
Examples::
0 commit comments