We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96b67e1 + 806d648 commit 7493df8Copy full SHA for 7493df8
book/basics/evaluation.ipynb
@@ -175,6 +175,16 @@
175
"models named ConvTasnet and Open-Unmix, respectively. Have a listen:"
176
]
177
},
178
+ {
179
+ "cell_type": "code",
180
+ "execution_count": 1,
181
+ "metadata": {},
182
+ "outputs": [],
183
+ "source": [
184
+ "%%capture\n",
185
+ "!pip install nussl"
186
+ ]
187
+ },
188
{
189
"cell_type": "code",
190
"execution_count": null,
@@ -256,7 +266,7 @@
256
266
"name": "python",
257
267
"nbconvert_exporter": "python",
258
268
"pygments_lexer": "ipython3",
259
- "version": "3.7.6"
269
+ "version": "3.8.8"
260
270
}
261
271
262
272
"nbformat": 4,
0 commit comments