diff --git a/egs/ljspeech/TTS/vits/utils.py b/egs/ljspeech/TTS/vits/utils.py index 6a067f596..2345da3e5 100644 --- a/egs/ljspeech/TTS/vits/utils.py +++ b/egs/ljspeech/TTS/vits/utils.py @@ -90,7 +90,7 @@ def intersperse(sequence, item=0): # from https://github.com/jaywalnut310/vits/blob/main/utils.py -MATPLOTLIB_FLAG = False +MATPLOTLIB_FLAG = True def plot_feature(spectrogram):