Closed bkumardevan07 closed 4 years ago
is your tts loss average of (absolute error, cross entropy, mean squared error...) ??? Can you tell me what is actual tts loss used in literature. Actual I was looking but unable to find. Thanks
Which model? L1 for forward, L1 (mels) and crossentropy (stop) for autoregressive. https://github.com/as-ideas/TransformerTTS/blob/master/model/models.py inside of _compile methods.
is your tts loss average of (absolute error, cross entropy, mean squared error...) ??? Can you tell me what is actual tts loss used in literature. Actual I was looking but unable to find. Thanks