Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
人
人工智能系统实战第四期
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
WANG HUIXUECHUN
人工智能系统实战第四期
Commits
41d37ea9
Commit
41d37ea9
authored
Feb 27, 2025
by
Leo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upload code
parent
13310818
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
15 deletions
+14
-15
DeepSpeech.ipynb
....10-语音处理/2.10.3-DeepSpeech2端到端中文语音识别模型实现/DeepSpeech.ipynb
+14
-15
No files found.
2-应用/2.10-语音处理/2.10.3-DeepSpeech2端到端中文语音识别模型实现/DeepSpeech.ipynb
View file @
41d37ea9
{
{
...
...
@@ -2,6 +2,9 @@
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "N9mSZSK7fpK_"
},
"source": [
"# 开始之前\n",
"\n",
...
...
@@ -14,10 +17,7 @@
"export CUDA_HOME=\"/usr/local/cuda\"\n",
"cd ../pytorch_binding && python setup.py install\n",
"```"
],
"metadata": {
"id": "N9mSZSK7fpK_"
}
]
},
{
"cell_type": "code",
...
...
@@ -1566,7 +1566,7 @@
"source": [
"### Prepare datasets\n",
"- 使用了 an4 音频数据集,该数据集相对较小且易于进行实验。\n",
"- 地址:http
://www.speech.cs.cmu.edu/databases/an4/
\n",
"- 地址:http
s://github.com/cmusphinx/an4
\n",
"\n",
"- 输入是 wav 文件,\n",
"- 输出是包含文本内容的文本文件。"
...
...
@@ -2811,6 +2811,12 @@
}
],
"metadata": {
"accelerator": "GPU",
"colab": {
"gpuType": "L4",
"machine_shape": "hm",
"provenance": []
},
"kernelspec": {
"display_name": "Python 3",
"name": "python3"
...
...
@@ -2826,14 +2832,8 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.7"
},
"colab": {
"provenance": [],
"machine_shape": "hm",
"gpuType": "L4"
},
"accelerator": "GPU"
}
},
"nbformat": 4,
"nbformat_minor": 0
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment