stop
function
defined in module
Flux.Optimise
stop()
Call
Flux.stop()
in a callback to indicate when a callback condition is met. This will trigger the train loop to stop and exit.
Flux.stop()
will be removed from Flux 0.14. It should be replaced with
break
in an ordinary
for
loop.
cb
=
function
(
)
accuracy
(
)
>
0.9
&&
Flux
.
stop
(
)
end
There is
1
method for Flux.Optimise.stop
:
The following pages link back here: