Tacotron-2 icon indicating copy to clipboard operation
Tacotron-2 copied to clipboard

LWS problem

Open osungv opened this issue 6 years ago • 3 comments

In hparams, parameters related to the 'lws' are set like as below

use_lws=True n_fft = 1024 hop_size = 256 win_size = 1024

But, 'TypeError: init() got an unexpected keyword argument 'fftsize'' is arised when the preprocessing for training is commanded.

Is there any solution to address this issues?

osungv avatar Sep 12 '18 13:09 osungv

You might be calling an argument named 'fftsize' which does not exist. (I think it is a param of a class or function)

trace your error logs, find it and take a look

Thien223 avatar Sep 13 '18 08:09 Thien223

I update lws from version 1.0 to 1.2, then the problem disappeared.

emmacirl avatar Nov 09 '18 03:11 emmacirl

How to PIP install LWS for window?

WYan123 avatar Jan 02 '20 10:01 WYan123