Fix pylint issues

This commit is contained in:
Edresson 2021-08-26 07:55:41 -03:00 committed by Eren Gölge
parent c53693c155
commit 36dcd11453
1 changed files with 0 additions and 3 deletions

View File

@ -706,7 +706,6 @@ class Vits(BaseTTS):
# generator pass
if self.args.fine_tuning_mode:
# model forward
outputs = self.forward_fine_tuning(
text_input,
@ -961,5 +960,3 @@ class Vits(BaseTTS):
if eval:
self.eval()
assert not self.training