Skip to content

Commit

Permalink
Fix speech recognition example
Browse files Browse the repository at this point in the history
  • Loading branch information
vandanavk committed Aug 18, 2018
1 parent 89fbb29 commit d1bc989
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/speech_recognition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ With rich functionalities and convenience explained above, you can build your ow
## **Environments**
- MXNet version: 0.9.5+
- GPU memory size: 2.4GB+
- Install tensorboard for logging
- Install mxboard for logging
<pre>
<code>pip install tensorboard</code>
<code>pip install mxboard</code>
</pre>

- [SoundFile](https://pypi.python.org/pypi/SoundFile/0.8.1) for audio preprocessing (If encounter errors about libsndfile, follow [this tutorial](http://www.linuxfromscratch.org/blfs/view/svn/multimedia/libsndfile.html).)
Expand Down
2 changes: 1 addition & 1 deletion example/speech_recognition/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from config_util import get_checkpoint_path, parse_contexts
from stt_metric import STTMetric
#tensorboard setting
from tensorboard import SummaryWriter
from mxboard import SummaryWriter
import json
from stt_bucketing_module import STTBucketingModule

Expand Down

0 comments on commit d1bc989

Please sign in to comment.