The Wayback Machine - https://web.archive.org/web/20210906034954/https://github.com/topics/end-to-end
Skip to content
#

end-to-end

Here are 191 public repositories matching this topic...

debasish-mihup
debasish-mihup commented Jul 28, 2021

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

mdhasanai
mdhasanai commented Jul 5, 2019

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

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.

Curate this topic

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."

Learn more