mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 18:12:19 +00:00
fix matplotlib version
This commit is contained in:
parent
c02de32538
commit
53350d1208
2
.github/scripts/docker/Dockerfile
vendored
2
.github/scripts/docker/Dockerfile
vendored
@ -49,7 +49,7 @@ RUN pip install --no-cache-dir \
|
||||
kaldifst \
|
||||
kaldilm \
|
||||
librosa \
|
||||
matplotlib \
|
||||
"matplotlib<=3.9.4" \
|
||||
multi_quantization \
|
||||
numba \
|
||||
"numpy<2.0" \
|
||||
|
2
.github/workflows/ljspeech.yml
vendored
2
.github/workflows/ljspeech.yml
vendored
@ -70,6 +70,8 @@ jobs:
|
||||
cd /icefall
|
||||
git config --global --add safe.directory /icefall
|
||||
|
||||
pip install "matplotlib<=3.9.4"
|
||||
|
||||
pip list
|
||||
|
||||
.github/scripts/ljspeech/TTS/run-matcha.sh
|
||||
|
@ -90,7 +90,7 @@ def intersperse(sequence, item=0):
|
||||
|
||||
|
||||
# from https://github.com/jaywalnut310/vits/blob/main/utils.py
|
||||
MATPLOTLIB_FLAG = True
|
||||
MATPLOTLIB_FLAG = False
|
||||
|
||||
|
||||
def plot_feature(spectrogram):
|
||||
|
Loading…
x
Reference in New Issue
Block a user