@ -2,9 +2,9 @@
source path.sh
gpus=7
stage=5
stop_stage=5
gpus=0
stage=0
stop_stage=100
source ${MAIN_ROOT}/utils/parse_options.sh || exit 1
@ -3,13 +3,13 @@
set -e
stage=2
stop_stage=2
conf_path=conf/default.yaml
train_output_path=exp/default
ckpt_name=snapshot_iter_625000.pdz
ckpt_name=snapshot_iter_2500000.pdz
# with the following command, you can choose the stage range you want to run
# such as `./run.sh --stage 0 --stop-stage 0`
@ -216,12 +216,6 @@ def main():
parser.add_argument(
"--ngpu", type=int, default=1, help="if ngpu == 0, use cpu.")
"--cut-sil",
type=str2bool,
default=True,
help="whether cut sil in the edge of audio")
args = parser.parse_args()
if args.ngpu == 0: