mirror of https://github.com/coqui-ai/TTS.git
linter
parent
ea32f2368d
commit
3b7aa67ed2
|
@ -58,7 +58,7 @@ class MSELossMasked(nn.Module):
|
||||||
|
|
||||||
|
|
||||||
class AttentionEntropyLoss(nn.Module):
|
class AttentionEntropyLoss(nn.Module):
|
||||||
def forward(self, align):
|
def forward(self, align): #pylint disable=no-self-use
|
||||||
"""
|
"""
|
||||||
Forces attention to be more decisive by penalizing
|
Forces attention to be more decisive by penalizing
|
||||||
soft attention weights
|
soft attention weights
|
||||||
|
|
Loading…
Reference in New Issue