You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/23 11:15:46 UTC

[GitHub] nswamy commented on a change in pull request #7559: nightly build stochastically choose optimizer

nswamy commented on a change in pull request #7559: nightly build stochastically choose optimizer
URL: https://github.com/apache/incubator-mxnet/pull/7559#discussion_r134583933
 
 

 ##########
 File path: tests/nightly/test_all.sh
 ##########
 @@ -72,9 +80,15 @@ check_val() {
 example_dir=../../example/image-classification
 # python: lenet + mnist
 test_lenet() {
-    python $example_dir/train_mnist.py \
-        --data-dir `pwd`/data/mnist/ --network lenet --gpus $gpus --num-epochs 10 \
-        2>&1 | tee log
+    optimizer=$(get_random_optimizer)
 
 Review comment:
   This test does not deterministically find issues.  Can we run instead on all optimizers ? may be a separate test if needed
 
----------------------------------------------------------------
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