remove gc hack

This commit is contained in:
Mike J Innes 2017-10-02 20:50:18 +01:00
parent 1b91e6b38d
commit 5fd1b7d9a2

View File

@ -13,6 +13,5 @@ function train!(m, data, opt; cb = () -> ())
back!(l) back!(l)
opt() opt()
cb() cb()
gc()
end end
end end