Closed ShizhongGan closed 6 years ago
In order to install lws, you need to install Visual C++ compiler first. Link
Hell @ShizhongGan thanks for reaching out!
@sneakycastro thank you for your help!
Once you have Visual C++, you can install lws with running our requirements.txt
:
pip install -r requirements.txt
.
I just want to point out that using lws is only necessary if you plan on using r9y9/wavenet as vocoder. If you plan on using our repo from 0 -> 100% then you can switch use_lws to False with no problem. This will use librosa for preprocessing and Griffin-Lim algorithm to save inverted audio during checkpoints (eval purposes only)
@sneakycastro @Rayhane-mamah Thank you so much, i have made it on a computer, but failed on another.
I am closing this due to inactivity, I hope you got it figured out. feel free to reopen if there are any updates.
is there a module to replace the "lws"?