Commit 41d37ea9 by Leo

upload code

parent 13310818
{ {
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
"cells": [ "cells": [
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {
"id": "N9mSZSK7fpK_"
},
"source": [ "source": [
"# 开始之前\n", "# 开始之前\n",
"\n", "\n",
...@@ -14,10 +17,7 @@ ...@@ -14,10 +17,7 @@
"export CUDA_HOME=\"/usr/local/cuda\"\n", "export CUDA_HOME=\"/usr/local/cuda\"\n",
"cd ../pytorch_binding && python setup.py install\n", "cd ../pytorch_binding && python setup.py install\n",
"```" "```"
], ]
"metadata": {
"id": "N9mSZSK7fpK_"
}
}, },
{ {
"cell_type": "code", "cell_type": "code",
...@@ -1566,7 +1566,7 @@ ...@@ -1566,7 +1566,7 @@
"source": [ "source": [
"### Prepare datasets\n", "### Prepare datasets\n",
"- 使用了 an4 音频数据集,该数据集相对较小且易于进行实验。\n", "- 使用了 an4 音频数据集,该数据集相对较小且易于进行实验。\n",
"- 地址:http://www.speech.cs.cmu.edu/databases/an4/\n", "- 地址:https://github.com/cmusphinx/an4\n",
"\n", "\n",
"- 输入是 wav 文件,\n", "- 输入是 wav 文件,\n",
"- 输出是包含文本内容的文本文件。" "- 输出是包含文本内容的文本文件。"
...@@ -2811,6 +2811,12 @@ ...@@ -2811,6 +2811,12 @@
} }
], ],
"metadata": { "metadata": {
"accelerator": "GPU",
"colab": {
"gpuType": "L4",
"machine_shape": "hm",
"provenance": []
},
"kernelspec": { "kernelspec": {
"display_name": "Python 3", "display_name": "Python 3",
"name": "python3" "name": "python3"
...@@ -2826,13 +2832,7 @@ ...@@ -2826,13 +2832,7 @@
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.7.7" "version": "3.7.7"
}, }
"colab": {
"provenance": [],
"machine_shape": "hm",
"gpuType": "L4"
},
"accelerator": "GPU"
}, },
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 0 "nbformat_minor": 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment