DickJC123 commented on pull request #18711: URL: https://github.com/apache/incubator-mxnet/pull/18711#issuecomment-659516305
My PR is having the same 'worker crash' problem this PR is having. Without understanding the root cause, I tried marking the failing test in unittest/test_sparse_operator.py as serial, and I got no similar failures. So you might give this a try: ``` @with_seed() @pytest.mark.serial def test_elemwise_binary_ops(): ``` ---------------------------------------------------------------- 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: us...@infra.apache.org