syang1993/gst-tacotron

Some problems when preprocessing ljspeech dataset

Charlottecuc opened this issue · 1 comments

Hi. Thank you very much for your nice job.

I installed tensorflow 1.4 with GPU and the other packages mentioned in requirements.txt. However, when I tried to run python3 preprocess.py --dataset ljspeech , I got the following problem:
image

Then, I upgraded numpy to the newest version, the problem mentioned above was solved, but it brought up a new problem: ValueError: operands could not be broadcast together with shapes (1,1025) (0,).

Could you please tell me how to solve this?

Thank you very much!

Solved.

It seems that I shouldn't install tensorflow before installing the other packages.