mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-07 08:04:18 +00:00
typo
This commit is contained in:
parent
8965a5e7f3
commit
197a3be9b8
@ -5,10 +5,11 @@
|
|||||||
|
|
||||||
#### Conformer encoder + embedding decoder
|
#### Conformer encoder + embedding decoder
|
||||||
|
|
||||||
Conformer encoder + non-current decoder. The encoder a reworked
|
Conformer encoder + non-recurrent decoder. The encoder is a
|
||||||
version of the conformer encoder, with many changes. The decoder
|
reworked version of the conformer encoder, with many changes. The
|
||||||
contains only an embedding layer, a Conv1d (with kernel size 2) and
|
decoder contains only an embedding layer, a Conv1d (with kernel
|
||||||
a linear layer (to transform tensor dim). k2 pruned RNN-T loss is used.
|
size 2) and a linear layer (to transform tensor dim). k2 pruned
|
||||||
|
RNN-T loss is used.
|
||||||
|
|
||||||
Results are:
|
Results are:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user