
Inform About Compilation Errors
inform_errors.Rd
This helper function inspects the results from compile_keras_grid()
and
prints a formatted, easy-to-read summary of any compilation errors that
occurred.
Arguments
- compiled_grid
A tibble, the result of a call to
compile_keras_grid()
.- n
A single integer for the maximum number of distinct errors to display in detail.
Value
Invisibly returns the input compiled_grid
. Called for its side
effect of printing a summary to the console.