From c2358418716e6dc28e1a2f343f6ab265ad7d80e9 Mon Sep 17 00:00:00 2001 From: Ilnar Salimzianov Date: Tue, 4 May 2021 22:50:22 +0300 Subject: [PATCH] [docs playbook] fix a typo in TRAINING.md --- doc/playbook/TRAINING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/playbook/TRAINING.md b/doc/playbook/TRAINING.md index 50ba9971..5e3ec22d 100644 --- a/doc/playbook/TRAINING.md +++ b/doc/playbook/TRAINING.md @@ -79,7 +79,7 @@ python3 train.py \ _Checkpoints_ are stored as [Tensorflow `tf.Variable` objects](https://www.tensorflow.org/guide/checkpoint). This is a binary file format; that is, you won't be able to read it with a text editor. The _checkpoint_ stores all the weights and biases of the current state of the _neural network_ as training progresses. -_Checkpoints_ are named by the total number of steps completed. For example, if you train for 100 epochs at 2000 steps per epoch, then the final _checkpoint_ will be named `20000`. +_Checkpoints_ are named by the total number of steps completed. For example, if you train for 100 epochs at 2000 steps per epoch, then the final _checkpoint_ will be named `200000`. ``` ~/stt-data/checkpoints-true-id$ ls