Commit 02ec8720 by xuchen

remove the debug setting

parent 710a4c3a
...@@ -46,8 +46,8 @@ class MUSTC(Dataset): ...@@ -46,8 +46,8 @@ class MUSTC(Dataset):
utterance_id utterance_id
""" """
# SPLITS = ["dev", "tst-COMMON", "tst-HE", "train"] SPLITS = ["dev", "tst-COMMON", "tst-HE", "train"]
SPLITS = ["train_debug", "dev"] # SPLITS = ["train_debug", "dev"]
LANGUAGES = ["de", "es", "fr", "it", "nl", "pt", "ro", "ru"] LANGUAGES = ["de", "es", "fr", "it", "nl", "pt", "ro", "ru"]
def __init__(self, root: str, lang: str, split: str, speed_perturb: bool = False) -> None: def __init__(self, root: str, lang: str, split: str, speed_perturb: bool = False) -> None:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论