-
Updated
Sep 5, 2021 - JavaScript
end-to-end
Here are 191 public repositories matching this topic...
-
Updated
Jun 3, 2021 - JavaScript
-
Updated
Aug 30, 2021 - C++
-
Updated
Aug 11, 2021 - PHP
-
Updated
Sep 6, 2021 - Python
-
Updated
Sep 3, 2021 - Swift
-
Updated
Aug 25, 2021 - Python
-
Updated
Aug 30, 2021 - Python
-
Updated
Sep 3, 2021 - JavaScript
-
Updated
Oct 5, 2017 - OpenEdge ABL
-
Updated
May 7, 2020 - Python
-
Updated
May 14, 2020 - Python
-
Updated
Jul 24, 2019 - Python
-
Updated
May 15, 2019 - Java
-
Updated
Jan 2, 2018 - Python
-
Updated
Dec 15, 2018 - Jupyter Notebook
-
Updated
Jan 23, 2018 - Python
-
Updated
Nov 26, 2018 - OpenEdge ABL
-
Updated
Aug 13, 2021 - Python
-
Updated
Dec 15, 2020
-
Updated
Mar 12, 2018 - C++
I am interested in training this model which implements the below paper:
Conformer: Convolution-augmented Transformer for Speech Recognition
I believe the example 1 with conformer-lstm would train this model. Is my assumption right?
Also, according to paper there are 3 different models that vary according to the hyper-parameter and I am interested in the "s" version of the model having
Can you check the script "data/aishell.py" ?
I got this error"
Traceback (most recent call last):
File "data/aishell.py", line 188, in <module>
tr_file_list = traverse(root, "transcript/train", search_fix="")
File "data/aishell.py", line 19, in traverse
for s_p in sorted(os.listdir(p)):
FileNotFoundError: [Errno 2] No such file or directory: 'Aishell_dataset/transc
-
Updated
Aug 30, 2021 - Python
-
Updated
Jan 8, 2019 - Python
-
Updated
Jun 7, 2021 - Python
-
Updated
Aug 26, 2020 - C++
-
Updated
Jun 10, 2019 - Python
-
Updated
Jul 28, 2021 - Python
Improve this page
Add a description, image, and links to the end-to-end topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the end-to-end topic, visit your repo's landing page and select "manage topics."
I'd like to train this model on 8 V100 GPUs - does it support multi GPU training?