dhgrs / chainer-ClariNet

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

params #13

Closed wada-s closed 6 years ago

wada-s commented 6 years ago

Hello I would like to experiment with 48kHz sampling frequency. What kind of parameter setting is good?

I also want to put the acoustic features from outside the script. Is there any good way to do it?

dhgrs commented 6 years ago

Hi, I don't know you talking about Teacher or Student so I answer about Student. I have not tried such figh sampling frequency. So please try sr=48000 and others are same as default first of all. If it does not work, then please try n_loop=3 or larger.

And I don't mind create many issues so please discuss about 1 topic per 1 issue. Because other people can easily find issues they looking for.

wada-s commented 6 years ago

Thank you for your early reply. I think I will try it first with that setting.

Also, I will rebuild the issue.

dhgrs commented 6 years ago

I'm sorry there is a serious typo. I answered about Teacher, not Student.