Skip to content

Commit

Permalink
Fixed Axon.gru return value in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pejrich committed Feb 6, 2025
1 parent 953f34d commit 11b0332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/axon.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2801,7 +2801,7 @@ defmodule Axon do
GRUs apply `Axon.Layers.gru_cell/7` over an entire input
sequence and return:
{{new_hidden}, output_sequence}
{output_sequence, {new_hidden}}
You can use the output state as the hidden state of another
GRU layer.
Expand Down

0 comments on commit 11b0332

Please sign in to comment.