Closed zuzana closed 6 years ago
Hi,
is there a reason why
StudentGaussianIAF/teacher_params.py has length=12000 and StudentGaussianIAF/params.py has length=24000
StudentGaussianIAF/teacher_params.py
length=12000
StudentGaussianIAF/params.py
length=24000
while all other preprocessing params stay the same?
Thanks.
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.
Hi,
is there a reason why
StudentGaussianIAF/teacher_params.py
haslength=12000
andStudentGaussianIAF/params.py
haslength=24000
while all other preprocessing params stay the same?
Thanks.