mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
guided attn #7
This commit is contained in:
@@ -128,6 +128,8 @@ def train(model, criterion, data_loader, optimizer, epoch):
|
||||
+ 0.5 * criterion(linear_output[:, :, :n_priority_freq],
|
||||
linear_spec_var[:, :, :n_priority_freq],
|
||||
mel_lengths_var)
|
||||
print(M.shape)
|
||||
print(alignments.shape)
|
||||
attention_loss = criterion(M, alignments, mel_lengths_var)
|
||||
loss = mel_loss + linear_loss + 0.2 * attention_loss
|
||||
|
||||
|
||||
Reference in New Issue
Block a user