diff --git a/research/audio/wavenet/README.md b/research/audio/wavenet/README.md index ef2ea6f9e6ea77e92f23b03962bc3de7c786a9de..f6bf345677ffc19b53eef0107932f2620ba1115e 100644 --- a/research/audio/wavenet/README.md +++ b/research/audio/wavenet/README.md @@ -295,3 +295,11 @@ Audio samples will be demonstrated online soon. # [ModelZoo Homepage](#contents) Please check the official [homepage](https://gitee.com/mindspore/models). + +## FAQ + +Please refer to [ModelZoo FAQ](https://gitee.com/mindspore/models#FAQ) to get some common FAQ. + +- **Q: What third-party packages are required and how to install them?** + + **A**: nnmnkwii, librosa(preferably 0.4.0) and tqdm are needed in order to run wavenet. Instructions on how to install these packages can be found at [nnmnkwii](https://github.com/r9y9/nnmnkwii). On windows systems, specifically, installing nnmnkwii requires pysptk installed, which then requires Microsoft Visual C++ 14.0 installed previously.