Skip to content

Commit

Permalink
fix pretrained W dir path in real-time notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
seanwood committed Aug 6, 2017
1 parent 502c521 commit fb974db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/realtimeSpeechEnhancement.ipynb
Expand Up @@ -250,7 +250,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Startup may take a little while the first time it runs, as we pre-learn several NMF dictionaries of varying size. The dictionaries are saved to `data/realtimeGCCNMFPretrainedW`, so subsequent launches will be much quicker.\n",
"Startup may take a little while the first time it runs, as we pre-learn several NMF dictionaries of varying size. The dictionaries are saved to `data/pretrainedW`, so subsequent launches will be much quicker.\n",
"\n",
"Once the window opens, click the `Play` button (or hit space) and you should see something like this:\n",
"\n",
Expand Down

0 comments on commit fb974db

Please sign in to comment.