dhgrs / chainer-ClariNet

A Chainer implementation of ClariNet.
45 stars 13 forks source link

StudentGaussianIAF: different preprocessing length for teacher_params and params #5

Closed zuzana closed 6 years ago

zuzana commented 6 years ago

Hi,

is there a reason why

StudentGaussianIAF/teacher_params.py has length=12000 and StudentGaussianIAF/params.py has length=24000

while all other preprocessing params stay the same?

Thanks.

dhgrs commented 6 years ago

3.3.2 Spectrogram Frame Loss in the paper, they say that 0.32s(original Parallel WaveNet) is short length and the clip length in ClariNet is increased. So that I increased the length in Student parameters.