mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-10 18:42: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 \
|
kaldifst \
|
||||||
kaldilm \
|
kaldilm \
|
||||||
librosa \
|
librosa \
|
||||||
matplotlib \
|
"matplotlib<=3.9.4" \
|
||||||
multi_quantization \
|
multi_quantization \
|
||||||
numba \
|
numba \
|
||||||
"numpy<2.0" \
|
"numpy<2.0" \
|
||||||
|
2
.github/workflows/ljspeech.yml
vendored
2
.github/workflows/ljspeech.yml
vendored
@ -70,6 +70,8 @@ jobs:
|
|||||||
cd /icefall
|
cd /icefall
|
||||||
git config --global --add safe.directory /icefall
|
git config --global --add safe.directory /icefall
|
||||||
|
|
||||||
|
pip install "matplotlib<=3.9.4"
|
||||||
|
|
||||||
pip list
|
pip list
|
||||||
|
|
||||||
.github/scripts/ljspeech/TTS/run-matcha.sh
|
.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
|
# from https://github.com/jaywalnut310/vits/blob/main/utils.py
|
||||||
MATPLOTLIB_FLAG = True
|
MATPLOTLIB_FLAG = False
|
||||||
|
|
||||||
|
|
||||||
def plot_feature(spectrogram):
|
def plot_feature(spectrogram):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user