mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
651bc84a5d
commit
6e08de169a
Binary file not shown.
@ -513,10 +513,6 @@ class Tempformer(EncoderInterface):
|
|||||||
x_lens:
|
x_lens:
|
||||||
A tensor of shape (batch_size,) containing the number of frames in
|
A tensor of shape (batch_size,) containing the number of frames in
|
||||||
`x` before padding.
|
`x` before padding.
|
||||||
warmup:
|
|
||||||
A floating point value that gradually increases from 0 throughout
|
|
||||||
training; when it is >= 1.0 we are "fully warmed up". It is used
|
|
||||||
to turn modules on sequentially.
|
|
||||||
Returns:
|
Returns:
|
||||||
Return a tuple containing 2 tensors:
|
Return a tuple containing 2 tensors:
|
||||||
- embeddings: its shape is (batch_size, output_seq_len, d_model)
|
- embeddings: its shape is (batch_size, output_seq_len, d_model)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user