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/10/02 22:31:39 UTC

[GitHub] lebeg commented on a change in pull request #12656: [MXNET-703] Show perf info for TensorRT during tests

lebeg commented on a change in pull request #12656: [MXNET-703] Show perf info for TensorRT during tests
URL: https://github.com/apache/incubator-mxnet/pull/12656#discussion_r222132940
 
 

 ##########
 File path: ci/docker/runtime_functions.sh
 ##########
 @@ -741,7 +741,7 @@ unittest_ubuntu_tensorrt_gpu() {
     export MXNET_STORAGE_FALLBACK_LOG_VERBOSE=0
     export LD_LIBRARY_PATH=/work/mxnet/lib:$LD_LIBRARY_PATH
     python tests/python/tensorrt/lenet5_train.py
-    nosetests-3.4 $NOSE_COVERAGE_ARGUMENTS --with-xunit --xunit-file nosetests_trt_gpu.xml --verbose tests/python/tensorrt/
+    nosetests-3.4 $NOSE_COVERAGE_ARGUMENTS --with-xunit --xunit-file nosetests_trt_gpu.xml --verbose --nocapture tests/python/tensorrt/
 
 Review comment:
   Isn't `--nocapture` for disabling output to std?

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