skip
function
defined in module
Flux.Optimise
skip()
Call
Flux.skip()
in a callback to indicate when a callback condition is met. This will trigger the train loop to skip the current data point and not update with the calculated gradient.
Flux.skip()
will be removed from Flux 0.14
cb
=
function
(
)
loss
(
)
>
1e7
&&
Flux
.
skip
(
)
end
There is
1
method for Flux.Optimise.skip
:
The following pages link back here:
Flux.jl , layers/basic.jl , optimise/Optimise.jl , optimise/train.jl