yl4579 / StyleTTS

Official Implementation of StyleTTS
MIT License
396 stars 64 forks source link

what is the mean=-4 and std=4 meannig? #57

Closed skysbird closed 1 year ago

skysbird commented 1 year ago

https://github.com/yl4579/StyleTTS/blame/eac67158fd21578ea950ff4d6734bf6e6434b6b5/meldataset.py#L62

i found that in styletts-vc project ,some times, this value leads to some high pitch loss? Can i adjust this value?

yl4579 commented 1 year ago

Yes, it is an arbitrary number to prevent log melspectrogram from exploding. You can easily adjust these numbers to fit your dataset.