You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/09/22 02:05:01 UTC

[GitHub] ChaiBapchya commented on issue #12623: Feature Request NDArray.has_nan() method

ChaiBapchya commented on issue #12623: Feature Request NDArray.has_nan() method
URL: https://github.com/apache/incubator-mxnet/issues/12623#issuecomment-423709350
 
 
   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.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services