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 2019/10/22 00:21:09 UTC

[GitHub] [incubator-mxnet] marcoabreu commented on a change in pull request #16577: Move imagenet inference to nightly

marcoabreu commented on a change in pull request #16577: Move imagenet inference to nightly
URL: https://github.com/apache/incubator-mxnet/pull/16577#discussion_r337294604
 
 

 ##########
 File path: ci/docker/runtime_functions.sh
 ##########
 @@ -1391,6 +1391,15 @@ nightly_test_installation() {
     source ./tests/jenkins/run_test_installation_docs.sh docs/install/index.md 1 1686; ${1}
 }
 
+# Runs Imagenet inference
+nightly_test_imagenet_inference() {
+    set -ex
+    echo $PWD
+    cp /work/mxnet/build/cpp-package/example/imagenet_inference .
 
 Review comment:
   Is this tested?

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


With regards,
Apache Git Services