set_check_numerics

tfsnippet.utils.set_check_numerics(*args, **kwargs)

Set whether or not to check numerics?

By checking numerics, one can figure out where the NaNs and Infinities originate from. This affects the behavior of maybe_check_numerics(), and the default behavior of tfsnippet.distributions.Distribution sub-classes.

Deprecated since version set: tfsnippet.settings.check_numerics = True/False instead