Ishitori edited a comment on issue #11839: flaky test: 
test_spatial_transformer_with_type
URL: 
https://github.com/apache/incubator-mxnet/issues/11839#issuecomment-411495358
 
 
   I was able to reproduce the failing compiling MXNet from source with:
   
   ```
   make -j $(nproc) USE_OPENCV=1 USE_BLAS=openblas USE_CUDA=1 
USE_CUDA_PATH=/usr/local/cuda USE_CUDNN=0 
   ```
   
   And then running it from project root folder:
   
   ```
   export MXNET_TEST_SEED=914275233
   nosetests -v 
tests/python/gpu/test_operator_gpu.py:test_spatial_transformer_with_type
   ```
   
   If I use another seed value, then the test passes.

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

Reply via email to