mirror of https://github.com/coqui-ai/TTS.git
Fix pylint issues
This commit is contained in:
parent
9071bf326f
commit
cfa9910f9d
|
@ -706,7 +706,6 @@ class Vits(BaseTTS):
|
||||||
|
|
||||||
# generator pass
|
# generator pass
|
||||||
if self.args.fine_tuning_mode:
|
if self.args.fine_tuning_mode:
|
||||||
|
|
||||||
# model forward
|
# model forward
|
||||||
outputs = self.forward_fine_tuning(
|
outputs = self.forward_fine_tuning(
|
||||||
text_input,
|
text_input,
|
||||||
|
@ -961,5 +960,3 @@ class Vits(BaseTTS):
|
||||||
if eval:
|
if eval:
|
||||||
self.eval()
|
self.eval()
|
||||||
assert not self.training
|
assert not self.training
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue