SanityCheck
struct defined in module
FluxTraining
SanityCheck([checks; usedefault = true])
Callback that runs sanity
Check
s when the
Learner
is initialized.
If
usedefault
is
true
, it will run all checks in FluxTraining.CHECKS
in addition to the ones you pass in.
There are
2
methods for SanityCheck:
SanityCheck()SanityCheck(checks; usedefault)