deploy: f5ff7a18ebf90c82dd73434b276328fcbe287c13

This commit is contained in:
pkufool 2023-01-17 05:06:24 +00:00
parent dcfc7c6419
commit 8c1faf871c
3 changed files with 7 additions and 5 deletions

View File

@ -30,8 +30,9 @@ In icefall, we implement the streaming conformer the way just like what `WeNet <
See :doc:`Pruned transducer statelessX <librispeech/pruned_transducer_stateless>` for more details.
.. HINT::
If you want to adapt a non-streaming conformer model to be streaming, please refer
to `this pull request <https://github.com/k2-fsa/icefall/pull/454>`_.
If you want to modify a non-streaming conformer recipe to support both streaming and non-streaming, please refer
to `this pull request <https://github.com/k2-fsa/icefall/pull/454>`_. After adding the code needed by streaming training,
you have to re-train it with the extra arguments metioned in the docs above to get a streaming model.
Streaming Emformer

View File

@ -122,8 +122,9 @@ See <a class="reference internal" href="librispeech/pruned_transducer_stateless.
</div>
<div class="admonition hint">
<p class="admonition-title">Hint</p>
<p>If you want to adapt a non-streaming conformer model to be streaming, please refer
to <a class="reference external" href="https://github.com/k2-fsa/icefall/pull/454">this pull request</a>.</p>
<p>If you want to modify a non-streaming conformer recipe to support both streaming and non-streaming, please refer
to <a class="reference external" href="https://github.com/k2-fsa/icefall/pull/454">this pull request</a>. After adding the code needed by streaming training,
you have to re-train it with the extra arguments metioned in the docs above to get a streaming model.</p>
</div>
</section>
<section id="streaming-emformer">

File diff suppressed because one or more lines are too long