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