Skip to content

Commit

Permalink
make all signatures agree
Browse files Browse the repository at this point in the history
  • Loading branch information
mcabbott committed Feb 21, 2022
1 parent d8cfa86 commit 25b4c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layers/recurrent.jl
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ struct LSTMCell{A,V,S}
state0::S
end

function LSTMCell((in, out)::Pair{<:Integer, <:Integer};
function LSTMCell((in, out)::Pair;
init = glorot_uniform,
initb = zeros32,
init_state = zeros32)
Expand Down

0 comments on commit 25b4c63

Please sign in to comment.