Skip to content

Commit

Permalink
important
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeInnes committed Sep 11, 2017
1 parent 7041ab9 commit 5f24d61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/layers/recurrent.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ end

Base.show(io::IO, m::Over) = print(io, "Over(", m.m, ")")

Optimise.children(m::Over) = (m.m,)

# Stateful recurrence

mutable struct Recur{T}
Expand Down

0 comments on commit 5f24d61

Please sign in to comment.