From a6d29638c9ade2d2dac26063044f3d7d381d87cd Mon Sep 17 00:00:00 2001 From: pkufool Date: Mon, 22 Nov 2021 11:18:57 +0800 Subject: [PATCH] Minor fixes --- docs/source/recipes/aishell/conformer_ctc.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/recipes/aishell/conformer_ctc.rst b/docs/source/recipes/aishell/conformer_ctc.rst index 41430f1bf..2dcf0c728 100644 --- a/docs/source/recipes/aishell/conformer_ctc.rst +++ b/docs/source/recipes/aishell/conformer_ctc.rst @@ -216,7 +216,7 @@ Training logs and checkpoints are saved in the folder set by ``--exp-dir`` .. code-block:: bash $ cd conformer_ctc/exp/tensorboard - $ tensorboard dev upload --logdir . --name "Aishell conformer ctc training with icefall" --description "Training with new LabelSmoothing loss, see https://github.com/k2-fsa/icefall/pull/109" + $ tensorboard dev upload --logdir . --name "Aishell conformer ctc training with icefall" --description "Training with new LabelSmoothing loss, see https://github.com/k2-fsa/icefall/pull/109" It will print something like below: @@ -231,7 +231,7 @@ Training logs and checkpoints are saved in the folder set by ``--exp-dir`` [2021-11-22T11:09:27] Started scanning logdir. [2021-11-22T11:10:14] Total uploaded: 116068 scalars, 0 tensors, 0 binary objects - Lstening for new data in logdir... + Listening for new data in logdir... Note there is a URL in the above output, click it and you will see the following screenshot: