printing expception

This commit is contained in:
Dhairya Gandhi 2018-08-19 17:04:31 +05:30
parent b0f83f93ff
commit 5c42c8689c

View File

@ -47,6 +47,7 @@ function train!(loss, data, opt; cb = () -> ())
@info "Stop condition met" @info "Stop condition met"
break break
else else
println(ex)
rethrow(ex) rethrow(ex)
end end
end end