You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/08/08 17:54:21 UTC

[GitHub] Ishitori commented on issue #11839: flaky test: test_spatial_transformer_with_type

Ishitori commented 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
   ```
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services