From f31219c63de6e187a8de36dd963e1e12392711b0 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Wed, 1 Mar 2023 10:20:52 +0800 Subject: [PATCH] Update synthesize_e2e.sh --- examples/aishell3/vits/local/synthesize_e2e.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/aishell3/vits/local/synthesize_e2e.sh b/examples/aishell3/vits/local/synthesize_e2e.sh index f0136991..1bd58549 100755 --- a/examples/aishell3/vits/local/synthesize_e2e.sh +++ b/examples/aishell3/vits/local/synthesize_e2e.sh @@ -13,6 +13,7 @@ if [ ${stage} -le 0 ] && [ ${stop_stage} -ge 0 ]; then FLAGS_allocator_strategy=naive_best_fit \ FLAGS_fraction_of_gpu_memory_to_use=0.01 \ python3 ${BIN_DIR}/synthesize_e2e.py \ + --am=vits_aishell3 \ --config=${config_path} \ --ckpt=${train_output_path}/checkpoints/${ckpt_name} \ --phones_dict=dump/phone_id_map.txt \ -- GitLab