graph for seqmodel
This commit is contained in:
parent
60b4e1c41c
commit
eafba7a55f
@ -49,3 +49,5 @@ end
|
|||||||
back!(m::SeqModel, Δ, x) = (runseq((Δ, x) -> back!(m.model, Δ, x)[1], Δ, x),)
|
back!(m::SeqModel, Δ, x) = (runseq((Δ, x) -> back!(m.model, Δ, x)[1], Δ, x),)
|
||||||
|
|
||||||
update!(m::SeqModel, η) = update!(m.model, η)
|
update!(m::SeqModel, η) = update!(m.model, η)
|
||||||
|
|
||||||
|
graph(m::SeqModel) = graph(m.model)
|
||||||
|
Loading…
Reference in New Issue
Block a user