mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 18:12:19 +00:00
* Copy RNN-T recipe from librispeech * flake8 * flake8 * Update params * gigaspeech decode * black * Update results * syntax highlight * Update RESULTS.md * typo
25 lines
739 B
INI
25 lines
739 B
INI
[flake8]
|
|
show-source=true
|
|
statistics=true
|
|
max-line-length = 80
|
|
per-file-ignores =
|
|
# line too long
|
|
egs/librispeech/ASR/*/conformer.py: E501,
|
|
egs/aishell/ASR/*/conformer.py: E501,
|
|
egs/tedlium3/ASR/*/conformer.py: E501,
|
|
egs/gigaspeech/ASR/*/conformer.py: E501,
|
|
egs/librispeech/ASR/pruned_transducer_stateless2/*.py: E501,
|
|
egs/gigaspeech/ASR/pruned_transducer_stateless2/*.py: E501,
|
|
egs/librispeech/ASR/pruned_transducer_stateless4/*.py: E501,
|
|
egs/librispeech/ASR/*/optim.py: E501,
|
|
egs/librispeech/ASR/*/scaling.py: E501,
|
|
|
|
# invalid escape sequence (cause by tex formular), W605
|
|
icefall/utils.py: E501, W605
|
|
|
|
exclude =
|
|
.git,
|
|
**/data/**,
|
|
icefall/shared/make_kn_lm.py,
|
|
icefall/__init__.py
|