disable AGG backend for matplotlib

This commit is contained in:
Fangjun Kuang 2025-01-02 10:34:00 +08:00
parent 7f1e2695f2
commit fb11989106

View File

@ -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):