From fbd82a692536da72e33a8d2397febdfd4f74d43c Mon Sep 17 00:00:00 2001 From: Dhairya Gandhi Date: Sun, 19 Aug 2018 15:19:45 +0530 Subject: [PATCH] added end --- src/optimise/train.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/optimise/train.jl b/src/optimise/train.jl index 1928a80d..92208bc1 100644 --- a/src/optimise/train.jl +++ b/src/optimise/train.jl @@ -49,7 +49,7 @@ function train!(loss, data, opt; cb = () -> ()) else rethrow(ex) end - + end end end