mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
pylint fix
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ def plot_spectrogram(linear_output, audio, fig_size=(16, 10)):
|
||||
return fig
|
||||
|
||||
|
||||
def visualize(alignment, postnet_output, stop_tokens, text, hop_length, CONFIG, decoder_output=None, output_path=None, figsize=[8, 24]):
|
||||
def visualize(alignment, postnet_output, stop_tokens, text, hop_length, CONFIG, decoder_output=None, output_path=None, figsize=(8, 24)):
|
||||
if decoder_output is not None:
|
||||
num_plot = 4
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user