fix for matmul
This commit is contained in:
parent
1a726033f4
commit
d42130b8cd
@ -95,7 +95,7 @@ end
|
|||||||
|
|
||||||
Recurrent(in::Integer, hidden::Integer, out::Integer; init = initn) =
|
Recurrent(in::Integer, hidden::Integer, out::Integer; init = initn) =
|
||||||
Recurrent(initn((in, hidden)), initn((hidden, hidden)), initn((hidden, out)),
|
Recurrent(initn((in, hidden)), initn((hidden, hidden)), initn((hidden, out)),
|
||||||
initn(hidden), initn(out), zeros(hidden))
|
initn(hidden), initn(out), zeros(Float32, hidden)')
|
||||||
|
|
||||||
# syntax′(x) = syntax(Flow.dl(x), bindconst = true)
|
# syntax′(x) = syntax(Flow.dl(x), bindconst = true)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user