Rayhane-mamah / Tacotron-2

DeepMind's Tacotron-2 Tensorflow implementation
MIT License
2.25k stars 911 forks source link

About Loss Function and Preprocessing #515

Open chankl3579 opened 2 years ago

chankl3579 commented 2 years ago

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.