check_numerics operations themselves are added for each half, float,
or double tensor in the current default graph. For all ops in the graph, the
check_numerics op for all of its (half, float, or double) inputs
is guaranteed to run before the check_numerics op on any of its outputs.
Returns
A group op depending on all check_numerics ops added.
Raises
ValueError
If the graph contains any numeric operations in a control flow
structure.
RuntimeError
If called with eager execution enabled.
eager compatibility
Not compatible with eager execution. To check for Infs and NaNs under
eager execution, call tf.debugging.enable_check_numerics() once before
executing the checked operations.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-11-04 UTC."],[],[]]