deploy: a24a1cbfa9ffd03a629b988ae19e5d35248e72ec

This commit is contained in:
yfyeung 2022-12-27 07:20:34 +00:00
parent df2d5486f4
commit 1b93399486
3 changed files with 3 additions and 3 deletions

View File

@ -228,7 +228,7 @@ You will find the following files in that directory:
.. code-block:: bash
$ cd pruned_transducer_stateless7_ctc_bs/exp/tensorboard
$ tensorboard dev upload --logdir . --description "Zipformer MMI training for LibriSpeech with icefall"
$ tensorboard dev upload --logdir . --description "Zipformer-CTC co-training using blank skip for LibriSpeech with icefall"
It will print something like below:

View File

@ -312,7 +312,7 @@ To resume training from some checkpoint, say <code class="docutils literal notra
rate, etc, are recorded in these logs. You can visualize them by:</p>
<blockquote>
<div><div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$ <span class="nb">cd</span> pruned_transducer_stateless7_ctc_bs/exp/tensorboard
$ tensorboard dev upload --logdir . --description <span class="s2">&quot;Zipformer MMI training for LibriSpeech with icefall&quot;</span>
$ tensorboard dev upload --logdir . --description <span class="s2">&quot;Zipformer-CTC co-training using blank skip for LibriSpeech with icefall&quot;</span>
</pre></div>
</div>
</div></blockquote>

File diff suppressed because one or more lines are too long