Unverified Commit b5cb7b59 authored by Darío Hereñú's avatar Darío Hereñú Committed by GitHub
Browse files

Typo on string #237 (#4901)

Plus minor formatting proposals
parent ed9b925e
...@@ -216,9 +216,9 @@ terminated manually. ...@@ -216,9 +216,9 @@ terminated manually.
## Training a full FSNS model ## Training a full FSNS model
After running the tests above, you are ready to train the real thing! After running the tests above, you are ready to train the real thing!
*Note* that you might want to use a train_dir somewhere other than /tmp as *Note* that you might want to use a `train_dir` somewhere other than `/tmp` as
you can stop the training, reboot if needed and continue if you keep the you can stop the training, reboot if needed and continue if you keep the
data intact, but /tmp gets deleted on a reboot. data intact, but `/tmp` gets deleted on a reboot.
``` ```
cd python cd python
...@@ -234,7 +234,7 @@ tensorboard --logdir=$train_dir ...@@ -234,7 +234,7 @@ tensorboard --logdir=$train_dir
``` ```
Training will take a very long time (probably many weeks) to reach minimum Training will take a very long time (probably many weeks) to reach minimum
error rate on a single machine, although it will probably take substatially error rate on a single machine, although it will probably take substantially
fewer iterations than with parallel training. Faster training can be obtained fewer iterations than with parallel training. Faster training can be obtained
with parallel training on a cluster. with parallel training on a cluster.
Since the setup is likely to be very site-specific, please see the TensorFlow Since the setup is likely to be very site-specific, please see the TensorFlow
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment