aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/boosted_trees/examples/binary_mnist.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/boosted_trees/examples/binary_mnist.py')
-rw-r--r--tensorflow/contrib/boosted_trees/examples/binary_mnist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/boosted_trees/examples/binary_mnist.py b/tensorflow/contrib/boosted_trees/examples/binary_mnist.py
index c003b1de66..47ee3d816f 100644
--- a/tensorflow/contrib/boosted_trees/examples/binary_mnist.py
+++ b/tensorflow/contrib/boosted_trees/examples/binary_mnist.py
@@ -21,7 +21,7 @@ r"""Demonstrates multiclass MNIST TF Boosted trees example.
python tensorflow/contrib/boosted_trees/examples/binary_mnist.py \
--output_dir="/tmp/binary_mnist" --depth=4 --learning_rate=0.3 \
--batch_size=10761 --examples_per_layer=10761 --eval_batch_size=1030 \
- --num_eval_steps=1 --num_trees=10 --l2=1 --vmodule=training_ops=1 \
+ --num_eval_steps=1 --num_trees=10 --l2=1 --vmodule=training_ops=1
When training is done, accuracy on eval data is reported. Point tensorboard
to the directory for the run to see how the training progresses: