mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-08 00:24:19 +00:00
fix more typos
This commit is contained in:
parent
770c495484
commit
455660387f
@ -418,7 +418,7 @@ The following shows two examples (for two types of checkpoints):
|
|||||||
|
|
||||||
- ``beam_search`` : It implements Algorithm 1 in https://arxiv.org/pdf/1211.3711.pdf and
|
- ``beam_search`` : It implements Algorithm 1 in https://arxiv.org/pdf/1211.3711.pdf and
|
||||||
`espnet/nets/beam_search_transducer.py <https://github.com/espnet/espnet/blob/master/espnet/nets/beam_search_transducer.py#L247>`_
|
`espnet/nets/beam_search_transducer.py <https://github.com/espnet/espnet/blob/master/espnet/nets/beam_search_transducer.py#L247>`_
|
||||||
is used as a reference. Basicly, it keeps topk states for each frame, and expands the kept states with their own contexts to
|
is used as a reference. Basically, it keeps topk states for each frame, and expands the kept states with their own contexts to
|
||||||
next frame.
|
next frame.
|
||||||
|
|
||||||
- ``modified_beam_search`` : It implements the same algorithm as ``beam_search`` above, but it
|
- ``modified_beam_search`` : It implements the same algorithm as ``beam_search`` above, but it
|
||||||
|
Loading…
x
Reference in New Issue
Block a user