add tedlium3 transducer-stateless

This commit is contained in:
luomingshuang 2022-03-02 11:46:19 +08:00
parent ac7c2d84bc
commit acbe78ccc4

View File

@ -6,6 +6,7 @@ per-file-ignores =
# line too long
egs/librispeech/ASR/*/conformer.py: E501,
egs/aishell/ASR/*/conformer.py: E501,
egs/tedlium3/ASR/*/conformer.py: E501,
# invalid escape sequence (cause by tex formular), W605
icefall/utils.py: E501, W605