haojin2 edited a comment on issue #8383: test_arange failure - Jetson TX2 (CPU) URL: https://github.com/apache/incubator-mxnet/issues/8383#issuecomment-406411884 @KellenSunderland Since numpy has a defined behavior for such inputs I think the test is valid. I also tried this on ubuntu and mac, and both produced same results as numpy. Maybe this is a platform-specific thing? Seems like here: https://github.com/apache/incubator-mxnet/blob/master/src/operator/tensor/init_op.h#L449-L452 already has some code to address the signed-unsigned issue. From the outputs I think maybe there's some problem with the step conversion as the each output entry from MXNet arange has the same value 50 which is the start value.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
