mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-08 09:32:20 +00:00
* Fix an error in TDNN-LSTM training. * WIP: Refactoring * Refactor transformer.py * Remove unused code. * Minor fixes. * Fix decoder padding mask. * Add MMI training with word pieces. * Remove unused files. * Minor fixes. * Refactoring. * Minor fixes. * Use pre-computed alignments in LF-MMI training. * Minor fixes. * Update decoding script. * Add doc about how to check and use extracted alignments. * Fix style issues. * Fix typos. * Fix style issues. * Disable macOS tests for now.
13 lines
127 B
TOML
13 lines
127 B
TOML
[tool.isort]
|
|
profile = "black"
|
|
|
|
[tool.black]
|
|
line-length = 80
|
|
exclude = '''
|
|
/(
|
|
\.git
|
|
| \.github
|
|
)/
|
|
| make_kn_lm.py
|
|
'''
|