Just went through the Debug operators and looks like, there are quite of few of them https://www.tensorflow.org/api_guides/python/control_flow_ops#Debugging_Operations ``` 1. tf.is_finite 2. tf.is_inf 3. tf.is_nan 4. tf.verify_tensor_all_finite 5. tf.check_numerics 6. tf.add_check_numerics_ops 7. tf.Assert 8. tf.Print ```
Mostly I will work on that. [ Full content available at: https://github.com/apache/incubator-mxnet/issues/12623 ] This message was relayed via gitbox.apache.org for [email protected]
