Rayhane-mamah / Tacotron-2

DeepMind's Tacotron-2 Tensorflow implementation
MIT License
2.27k stars 905 forks source link

Can windows system run the program? Dont have “lws” Modules #49

Closed ShizhongGan closed 6 years ago

ShizhongGan commented 6 years ago

is there a module to replace the "lws"?

sneakycastro commented 6 years ago

In order to install lws, you need to install Visual C++ compiler first. Link

Rayhane-mamah commented 6 years ago

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)

ShizhongGan commented 6 years ago

@sneakycastro @Rayhane-mamah Thank you so much, i have made it on a computer, but failed on another.

Rayhane-mamah commented 6 years ago

I am closing this due to inactivity, I hope you got it figured out. feel free to reopen if there are any updates.