Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3e3b0e9

Browse files
author
Morvan Zhou
committed
update
1 parent 09ba66f commit 3e3b0e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎tutorial-contents/403_RNN_regressor.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def __init__(self):
4545
def forward(self, x, h_state):
4646
# x (batch, time_step, input_size)
4747
# h_state (n_layers, batch, hidden_size)
48-
# r_out (batch, time_step, output_size)
48+
# r_out (batch, time_step, hidden_size)
4949
r_out, h_state = self.rnn(x, h_state)
5050

5151
outs = [] # save all predictions

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /