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.
1 parent 6eff906 commit 6580446Copy full SHA for 6580446
book/first_steps/repetition.ipynb
@@ -217,6 +217,7 @@
217
"fg_mask_arr = fg_mask.mask\n",
218
"\n",
219
"# Multiply the masks to the magnitude spectrogram\n",
220
+ "mix.stft()\n",
221
"mix_mag_spec = mix.magnitude_spectrogram_data\n",
222
"bg_no_phase_spec = mix_mag_spec * bg_mask_arr\n",
223
"fg_no_phase_spec = mix_mag_spec * fg_mask_arr\n",
@@ -1076,7 +1077,7 @@
1076
1077
"name": "python",
1078
"nbconvert_exporter": "python",
1079
"pygments_lexer": "ipython3",
- "version": "3.9.2"
1080
+ "version": "3.8.1"
1081
}
1082
},
1083
"nbformat": 4,
0 commit comments