make seqmodel a model
This commit is contained in:
parent
5dde752f35
commit
ca0e20ed7a
@ -143,7 +143,7 @@ end
|
|||||||
stateless(m) = m
|
stateless(m) = m
|
||||||
stateless(m::Stateful) = m.model
|
stateless(m::Stateful) = m.model
|
||||||
|
|
||||||
struct SeqModel
|
struct SeqModel <: Model
|
||||||
model
|
model
|
||||||
steps::Int
|
steps::Int
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user