Skip to content

Commit

Permalink
added return_state to cornn
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinuzziFrancesco committed Feb 9, 2025
1 parent 3a8718b commit 1526cc5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cells/cornn_cell.jl
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ See [`coRNNCell`](@ref) for a layer that processes a single sequence.
- `init_kernel`: initializer for the input to hidden weights
- `init_recurrent_kernel`: initializer for the hidden to hidden weights
- `bias`: include a bias or not. Default is `true`
- `return_state`: Option to return the last state together with the output.
Default is `false`.
# Equations
```math
\begin{aligned}
Expand Down

0 comments on commit 1526cc5

Please sign in to comment.