remove gc hack
This commit is contained in:
parent
1b91e6b38d
commit
5fd1b7d9a2
@ -13,6 +13,5 @@ function train!(m, data, opt; cb = () -> ())
|
|||||||
back!(l)
|
back!(l)
|
||||||
opt()
|
opt()
|
||||||
cb()
|
cb()
|
||||||
gc()
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user