ChaiBapchya commented on issue #16156: Sequence last fix
URL: https://github.com/apache/incubator-mxnet/pull/16156#issuecomment-531001265
 
 
   For C5 instance
   topk,argsort,sort - ERROR
   multinomial - fails due to memory shortage
   
   ```
   nosetests -s -v tests/nightly/test_large_vector.py
   test_large_vector.test_slice ... ok
   test_large_vector.test_ndarray_zeros ... ok
   test_large_vector.test_ndarray_ones ... ok
   test_large_vector.test_ndarray_random_uniform ... ok
   test_large_vector.test_ndarray_random_randint ... [INFO] Setting test 
np/mx/python random seeds, use MXNET_TEST_SEED=1806641233 to reproduce.
   FAIL
   test_large_vector.test_ndarray_empty ... ok
   test_large_vector.test_elementwise ... ok
   test_large_vector.test_clip ... ok
   test_large_vector.test_argmin ... ok
   test_large_vector.test_take ... ok
   test_large_vector.test_slice_assign ... ok
   test_large_vector.test_expand_dims ... ok
   test_large_vector.test_squeeze ... ok
   test_large_vector.test_broadcast_div ... ok
   test_large_vector.test_Dense ... ok
   test_large_vector.test_argsort ... ERROR
   test_large_vector.test_sort ... ERROR
   test_large_vector.test_topk ... ERROR
   test_large_vector.test_mean ... ok
   test_large_vector.test_ndarray_random_exponential ... ok
   test_large_vector.test_ndarray_random_gamma ... ok
   test_large_vector.test_ndarray_random_generalized_negative_binomial ... ok
   test_large_vector.test_ndarray_random_multinomial ... *** Error in 
`/home/ubuntu/anaconda3/bin/python': double free or corruption (fasttop):
   ```
   
   Upon running multinomial individually it passes
   ```
   nosetests -s -v 
tests/nightly/test_large_vector.py:test_ndarray_random_multinomial
   test_large_vector.test_ndarray_random_multinomial ... ok
   
   ----------------------------------------------------------------------
   Ran 1 test in 50.371s
   
   OK
   ```

----------------------------------------------------------------
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


With regards,
Apache Git Services

Reply via email to