Rayhane-mamah / Tacotron-2

DeepMind's Tacotron-2 Tensorflow implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About Loss Function and Preprocessing

chankl3579 opened this issue · comments

Hi,

Could you please explain how is the loss calculated?
I read you Wiki and it said L1 L2 loss are used, but how is it actually calculated, especially when ground truth and predicted spectrogram are not in the same shape? The same question to the cross entropy loss.
May I also ask what are the preprocessing you do to the training data?

Many thanks.