pengxin99 commented on issue #13221: Flaky tests: 
test_gluon_model_zoo_gpu.test_training
URL: 
https://github.com/apache/incubator-mxnet/issues/13221#issuecomment-472786481
 
 
   @pengzhao-intel @ChaiBapchya 
   a quick reply, i use mxnet build from source (lasted version), 
   
   build code: ` make -j20 DEV=1 USE_MKLDNN=1 USE_BLAS=openblas USE_CUDA=1 
USE_CUDNN=1 USE_CUDA_PATH=/usr/local/cuda-9.0/
   `
   
   test seed set: `MXNET_TEST_SEED=1844955066
   `
   
   and got test ok as follows:
   > test_gluon_model_zoo_gpu.test_training
   > 
   >  ... [INFO] Setting test np/mx/python random seeds, use 
MXNET_TEST_SEED=1844955066 to reproduce.
   > [16:53:44] src/io/iter_image_recordio_2.cc:172: ImageRecordIOParser2: 
data/val-5k-256.rec, use 1 threads for decoding..
   > testing resnet18_v1
   > resnet18_v1: CPU 5.159359, GPU 5.1593604
   > testing densenet121
   > densenet121: CPU 3.6354995, GPU 3.6354992
   > ok
   > 
   > ----------------------------------------------------------------------
   > Ran 2 tests in 25.003s
   > 
   > 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:
[email protected]


With regards,
Apache Git Services

Reply via email to