Closed azraelkuan closed 6 years ago
What version of lws are you using? Might be same as https://github.com/r9y9/deepvoice3_pytorch/issues/8
In [3]: import pkg_resources
In [4]: pkg_resources.get_distribution("lws")
Out[4]: lws 1.0 (/home/ryuichi/anaconda3/lib/python3.6/site-packages)
Oh, yes. My lws is version 1.1. Thanks!
I'd recommend you to run pip install -e ".[train]"
which installs proper versions of dependencies.
when i run the preprocess.py, the lws will raise a error:
TypeError: '>' not supported between instances of 'NoneType' and 'int'
, should I usereturn lws.lws(hparams.fft_size, get_hop_size(), mode="speech", fftsize=hparams.fft_size)
the error line