From af2b20650e650bb44de0fc7e2a0ac9d07420cf23 Mon Sep 17 00:00:00 2001 From: Junkun Date: Thu, 17 Feb 2022 21:51:35 -0800 Subject: [PATCH] update mustc v1 --- examples/mustc/st1/cmd.sh | 89 ++++++++ examples/mustc/st1/conf/fbank.conf | 2 + examples/mustc/st1/conf/pitch.conf | 1 + examples/mustc/st1/local/augmentation.json | 19 ++ examples/mustc/st1/local/data.sh | 201 ++++++++++++++++++ examples/mustc/st1/local/data_prep.sh | 163 ++++++++++++++ examples/mustc/st1/local/divide_lang.sh | 52 +++++ .../mustc/st1/local/remove_punctuation.pl | 25 +++ examples/mustc/st1/local/test.sh | 48 +++++ examples/mustc/st1/local/train.sh | 40 ++++ examples/mustc/st1/path.sh | 29 +++ examples/mustc/st1/run.sh | 39 ++++ examples/mustc/st1/steps | 1 + examples/mustc/st1/utils | 1 + 14 files changed, 710 insertions(+) create mode 100644 examples/mustc/st1/cmd.sh create mode 100644 examples/mustc/st1/conf/fbank.conf create mode 100644 examples/mustc/st1/conf/pitch.conf create mode 100644 examples/mustc/st1/local/augmentation.json create mode 100755 examples/mustc/st1/local/data.sh create mode 100644 examples/mustc/st1/local/data_prep.sh create mode 100644 examples/mustc/st1/local/divide_lang.sh create mode 100755 examples/mustc/st1/local/remove_punctuation.pl create mode 100755 examples/mustc/st1/local/test.sh create mode 100755 examples/mustc/st1/local/train.sh create mode 100644 examples/mustc/st1/path.sh create mode 100755 examples/mustc/st1/run.sh create mode 120000 examples/mustc/st1/steps create mode 120000 examples/mustc/st1/utils diff --git a/examples/mustc/st1/cmd.sh b/examples/mustc/st1/cmd.sh new file mode 100644 index 00000000..7b70ef5e --- /dev/null +++ b/examples/mustc/st1/cmd.sh @@ -0,0 +1,89 @@ +# ====== About run.pl, queue.pl, slurm.pl, and ssh.pl ====== +# Usage: .pl [options] JOB=1: +# e.g. +# run.pl --mem 4G JOB=1:10 echo.JOB.log echo JOB +# +# Options: +# --time