mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-04 06:34:20 +00:00
Fixed docs.
This commit is contained in:
parent
cf0ce8db32
commit
d20a852f61
@ -330,7 +330,7 @@ def greedy_search(
|
||||
model:
|
||||
The RNN-T model.
|
||||
streams:
|
||||
A list of GreedySearchDecodingStream objects.
|
||||
A list of stream objects.
|
||||
encoder_out:
|
||||
A 3-D tensor of shape (N, T, encoder_out_dim) containing the output of
|
||||
the encoder model.
|
||||
@ -407,8 +407,8 @@ def modified_beam_search(
|
||||
Args:
|
||||
model:
|
||||
The RNN-T model.
|
||||
stream:
|
||||
A stream object.
|
||||
streams:
|
||||
A list of stream objects.
|
||||
encoder_out:
|
||||
A 3-D tensor of shape (N, T, encoder_out_dim) containing the output of
|
||||
the encoder model.
|
||||
|
Loading…
x
Reference in New Issue
Block a user