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.

Methods

There are 2 methods for SanityCheck:

SanityCheck()
callbacks/sanitycheck.jl:52
SanityCheck(checks; usedefault)
callbacks/sanitycheck.jl:52
Backlinks