From 08ee9e6aacc2e306211d393f6e8ce3a7f3620102 Mon Sep 17 00:00:00 2001
From: yhliang <68215459+yhliang-aslp@users.noreply.github.com>
Date: 星期四, 10 八月 2023 20:46:21 +0800
Subject: [PATCH] Add modular SA-ASR recipe for M2MeT2.0 (#831)
---
setup.py | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
index 30e1f1a..496dd9a 100644
--- a/setup.py
+++ b/setup.py
@@ -11,19 +11,22 @@
requirements = {
"install": [
"setuptools>=38.5.1",
- "typeguard>=3.0.1",
"humanfriendly",
"scipy>=1.4.1",
"librosa",
"jamo", # For kss
"PyYAML>=5.1.2",
- "soundfile>=0.10.2",
+ "soundfile>=0.12.1",
"h5py>=2.10.0",
"kaldiio>=2.17.0",
+ "kaldi-io==0.9.8",
"torch_complex",
"nltk>=3.4.5",
+ "onnxruntime"
+ "numexpr"
# ASR
"sentencepiece",
+ "jieba",
# TTS
"pypinyin>=0.44.0",
"espnet_tts_frontend",
@@ -32,6 +35,8 @@
"editdistance>=0.5.2",
"tensorboard",
"g2p",
+ "nara_wpe",
+ "Cython",
# PAI
"oss2",
"edit-distance",
--
Gitblit v1.9.1