Skip to content

Commit a093f1f

Browse files
committed
update related colab
1 parent ab934e8 commit a093f1f

File tree

6 files changed

+2932
-9
lines changed

6 files changed

+2932
-9
lines changed

ESPnet2/Course/assignment0_data-prep.ipynb renamed to ESPnet2/Course/CMU_SpeechProcessing_Spring2023/assignment0_data-prep.ipynb

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,7 @@
6565
"outputs": [],
6666
"source": [
6767
"# It takes a few seconds\n",
68-
"!git clone --depth 5 https://github.com/espnet/espnet\n",
69-
"\n",
70-
"# We use a specific commit just for reproducibility.\n",
71-
"%cd /content/espnet\n",
72-
"!git checkout 3970558fbbe38d7b7e9922b08a9aa249390d4fb7"
68+
"!git clone --depth 5 https://github.com/espnet/espnet"
7369
]
7470
},
7571
{
@@ -88,15 +84,31 @@
8884
"cell_type": "code",
8985
"execution_count": null,
9086
"metadata": {
91-
"id": "4F80yqAIz86B"
92-
},
93-
"outputs": [],
87+
"id": "4F80yqAIz86B",
88+
"outputId": "74409fbc-bcec-4afe-997c-9e0a7229c434",
89+
"colab": {
90+
"base_uri": "https://localhost:8080/"
91+
}
92+
},
93+
"outputs": [
94+
{
95+
"output_type": "stream",
96+
"name": "stdout",
97+
"text": [
98+
"[Errno 2] No such file or directory: '/content/espnet/tools'\n",
99+
"/content\n",
100+
"/bin/bash: ./setup_anaconda.sh: No such file or directory\n",
101+
"/bin/bash: ./installers/install_sph2pipe.sh: No such file or directory\n"
102+
]
103+
}
104+
],
94105
"source": [
95106
"# It takes 30 seconds\n",
96107
"%cd /content/espnet/tools\n",
97108
"!./setup_anaconda.sh anaconda espnet 3.9\n",
98109
"\n",
99-
"!./installers/install_sph2pipe.sh"
110+
"!./installers/install_sph2pipe.sh\n",
111+
"!pip install typeguard==2.13.0"
100112
]
101113
},
102114
{

0 commit comments

Comments
 (0)