Commit 37eaeb25 by xuchen

The initial implementation of dynamic encoding.

It only supports condensation based on the specific threshold then creates a new tensor.
We will merge it into the s2t_transformer.py finally.
parent f0d55b1f
arch: s2t_dynamic_transformer
condensation-metric: ratio
#condensation-metric: threshold
condensation-mode: create
##condensation-mode: mask
#condensation-layers: 3,6,9
condensation-threshold: 0.9
condensation-ratio: 0.8
share-ctc-and-embed: True
interleaved-ctc-weight: 0.2
interleaved-ctc-layers: 3,6,9
share-interleaved-ctc: True
...@@ -11,3 +11,4 @@ from .s2t_sate import * # noqa ...@@ -11,3 +11,4 @@ from .s2t_sate import * # noqa
from .s2t_dual import * # noqa from .s2t_dual import * # noqa
from .s2t_ctc import * from .s2t_ctc import *
from .s2t_multibranch import * from .s2t_multibranch import *
from .s2t_dynamic_transformer import *
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论