also that

This commit is contained in:
Mike J Innes 2016-06-07 13:32:35 +01:00
parent 1bb9221edd
commit d5b3b156ae

View File

@ -13,8 +13,8 @@ abstract Activation <: Model
back!(m::Model, ) = error("Backprop not implemented for $(typeof(m))") back!(m::Model, ) = error("Backprop not implemented for $(typeof(m))")
update!(m::Model, η) = m update!(m::Model, η) = m
include("rt/diff.jl") include("compiler/diff.jl")
include("rt/code.jl") include("compiler/code.jl")
include("cost.jl") include("cost.jl")
include("activation.jl") include("activation.jl")