From b8432405f6508670ff7669001ae9b37200cba0e2 Mon Sep 17 00:00:00 2001 From: zr_jin Date: Mon, 4 Nov 2024 11:54:48 +0800 Subject: [PATCH] minor fixes to the `ljspeech/matcha` recipe --- egs/ljspeech/TTS/matcha/compute_fbank_ljspeech.py | 1 - egs/ljspeech/TTS/matcha/{inference.py => infer.py} | 0 egs/ljspeech/TTS/matcha/requirements.txt | 1 + 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 120000 egs/ljspeech/TTS/matcha/compute_fbank_ljspeech.py rename egs/ljspeech/TTS/matcha/{inference.py => infer.py} (100%) diff --git a/egs/ljspeech/TTS/matcha/compute_fbank_ljspeech.py b/egs/ljspeech/TTS/matcha/compute_fbank_ljspeech.py deleted file mode 120000 index 85255ba0c..000000000 --- a/egs/ljspeech/TTS/matcha/compute_fbank_ljspeech.py +++ /dev/null @@ -1 +0,0 @@ -../local/compute_fbank_ljspeech.py \ No newline at end of file diff --git a/egs/ljspeech/TTS/matcha/inference.py b/egs/ljspeech/TTS/matcha/infer.py similarity index 100% rename from egs/ljspeech/TTS/matcha/inference.py rename to egs/ljspeech/TTS/matcha/infer.py diff --git a/egs/ljspeech/TTS/matcha/requirements.txt b/egs/ljspeech/TTS/matcha/requirements.txt index 5aadc8984..d7829c1e1 100644 --- a/egs/ljspeech/TTS/matcha/requirements.txt +++ b/egs/ljspeech/TTS/matcha/requirements.txt @@ -1,3 +1,4 @@ conformer==0.3.2 diffusers # developed using version ==0.25.0 librosa +einops \ No newline at end of file