Skip to content

Commit

Permalink
Add aishell recipe (#30)
Browse files Browse the repository at this point in the history
* Add aishell recipe

* Remove unnecessary code and update docs

* adapt to k2 v1.7, add docs and results

* Update conformer ctc model

* Update docs, pretrained.py & results

* Fix code style

* Fix code style

* Fix code style

* Minor fix

* Minor fix

* Fix pretrained.py

* Update pretrained model & corresponding docs
  • Loading branch information
pkufool authored Nov 18, 2021
1 parent 0660d12 commit 30c43b7
Show file tree
Hide file tree
Showing 38 changed files with 8,123 additions and 1 deletion.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ max-line-length = 80
per-file-ignores =
# line too long
egs/librispeech/ASR/*/conformer.py: E501,
egs/aishell/ASR/*/conformer.py: E501,

exclude =
.git,
Expand Down
10 changes: 10 additions & 0 deletions docs/source/recipes/aishell.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Aishell
=======

We provide the following models for the Aishell dataset:

.. toctree::
:maxdepth: 2

aishell/conformer_ctc
aishell/tdnn_lstm_ctc
Loading

0 comments on commit 30c43b7

Please sign in to comment.