From ca7e12150d06dba70f7f37005f4c23e28bf57fa2 Mon Sep 17 00:00:00 2001 From: WongLaw Date: Tue, 29 Nov 2022 04:03:58 +0000 Subject: [PATCH] Add end-to-end version of MFA FastSpeech2, test=tts --- paddlespeech/t2s/frontend/rhy_prediction/rhy_predictor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/paddlespeech/t2s/frontend/rhy_prediction/rhy_predictor.py b/paddlespeech/t2s/frontend/rhy_prediction/rhy_predictor.py index 22afe98b2..bfb08d68b 100644 --- a/paddlespeech/t2s/frontend/rhy_prediction/rhy_predictor.py +++ b/paddlespeech/t2s/frontend/rhy_prediction/rhy_predictor.py @@ -11,6 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +import os import re import paddle