automatic-speech-recognition
Here are 73 public repositories matching this topic...
-
Updated
Jul 3, 2020
-
Updated
Jun 13, 2020 - Python
-
Updated
Jan 23, 2018 - Python
-
Updated
May 6, 2020
-
Updated
Jul 8, 2020 - Python
-
Updated
Jun 15, 2020 - Python
-
Updated
May 20, 2020 - Jupyter Notebook
-
Updated
May 28, 2020 - Python
-
Updated
Mar 14, 2020 - Python
-
Updated
Nov 12, 2019 - Python
-
Updated
May 21, 2020 - Python
-
Updated
Dec 11, 2018 - Python
This is something that will greatly help your code quality, especially if you have to target multiple platforms. You also then get substantial type checking benefits from mypy and other tools since there's no type ambiguity between strings that are representing strings and strings that are representing file paths.
-
Updated
Feb 19, 2018 - Python
-
Updated
Oct 18, 2018 - JavaScript
-
Updated
Aug 9, 2017 - Python
Khảo sát tập dữ liệu
@jackNhat đọc các bài báo về nhận dạng và tổng hợp tiếng nói. Xem dữ liệu trong bài toán này thường được EDA như thế nào?
Danh sách các báo cáo khoa học đề xuất
- Do VLSP'18, https://drive.google.com/file/d/1buzfM07HDoyFZwjWVPeGm5GkKEmpOySn/view
- Nguyen VLSP'18, https://drive.google.com/file/d/1Nhb8rYmqUK-d8Q-H9lvAOrzO8-fQjP94/view
Các số liệu thống kê:
- Số lượng câu
- Tổng số lượn
-
Updated
May 20, 2019
-
Updated
Jul 20, 2018 - Jupyter Notebook
-
Updated
Feb 26, 2018
-
Updated
Sep 3, 2018 - Shell
-
Updated
Dec 17, 2019 - Shell
-
Updated
Apr 23, 2018 - Python
-
Updated
May 19, 2020 - Python
-
Updated
Jan 15, 2020 - Shell
-
Updated
Jan 18, 2018 - Python
-
Updated
Nov 30, 2019 - Jupyter Notebook
protobuf error
from google.protobuf.pyext import _message
Traceback (most recent call last):
File "<pyshell#5>", line 1, in
from google.protobuf.pyext import _message
ImportError: cannot import name '_message'
from google.protobuf.pyext import _message
C:\Users\13971\Desktop\大一暑\Project\audioNet>pip install protobuf==3.6.0
Collecting protobuf==3.6.0
Using cached https://files
-
Updated
Nov 18, 2018 - Shell
Improve this page
Add a description, image, and links to the automatic-speech-recognition topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the automatic-speech-recognition topic, visit your repo's landing page and select "manage topics."


when i run the example which using timit to build a lstm+ctc system,i meet a mistake,the error as follows:

can you give a suggest how to deal with it,thank very much.