cs8105 opened a new issue #16964: Data comparison is inconsistent with numpy URL: https://github.com/apache/incubator-mxnet/issues/16964 In [88]: nd.array([0],dtype='int') < 1e-3 Out[88]: [0] <NDArray 1 @cpu(0)> In [89]: np.array([0],dtype='int') < 1e-3 Out[89]: array([ True]) In [90]:
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
