mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-18 21:44:18 +00:00
fix doc
This commit is contained in:
parent
6b0a519976
commit
b24453434f
@ -971,7 +971,6 @@ class EmformerEncoderLayer(nn.Module):
|
|||||||
- output memory of current chunk in the lower layer;
|
- output memory of current chunk in the lower layer;
|
||||||
- attention key and value in current chunk's computation, which would
|
- attention key and value in current chunk's computation, which would
|
||||||
be resued in next chunk's computation.
|
be resued in next chunk's computation.
|
||||||
- length of current chunk.
|
|
||||||
"""
|
"""
|
||||||
utterance = right_context_utterance[R:]
|
utterance = right_context_utterance[R:]
|
||||||
right_context = right_context_utterance[:R]
|
right_context = right_context_utterance[:R]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user