Zha0q1 opened a new pull request #18976:
URL: https://github.com/apache/incubator-mxnet/pull/18976
This pr fixes numpy random operators on large tensors.
There are 13 ops and 13 tests, but 2 (random.gamma, random.multinomial) will
time out on my machine. I marked those two tests to be skipped; rest of the
tests ran fine.
There are more sampler ops to be looked into, hence [wip]
sample result:
```
../tests/nightly/test_np_large_array.py .
[100%]
=================================== warnings summary
==================================$
/home/ubuntu/incubator-mxnet/tests/nightly/test_np_large_array.py:88
/home/ubuntu/incubator-mxnet/tests/nightly/test_np_large_array.py:88:
DeprecationWarn$
ng: invalid escape sequence \
'''
/home/ubuntu/incubator-mxnet/tests/nightly/test_np_large_array.py:551
/home/ubuntu/incubator-mxnet/tests/nightly/test_np_large_array.py:551:
DeprecationWar$
ing: invalid escape sequence \
'''
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============================ 1 passed, 2 warnings in 0.17s
============================
```
----------------------------------------------------------------
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]