parent
a525b245fe
commit
5aadd6857b
@ -1,13 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
config_path=$1
|
|
||||||
train_output_path=$2
|
|
||||||
|
|
||||||
python3 ${BIN_DIR}/train.py \
|
|
||||||
--train-metadata=dump/train/norm/metadata.jsonl \
|
|
||||||
--dev-metadata=dump/dev/norm/metadata.jsonl \
|
|
||||||
--config=${config_path} \
|
|
||||||
--output-dir=${train_output_path} \
|
|
||||||
--ngpu=2 \
|
|
||||||
--phones-dict=dump/phone_id_map.txt \
|
|
||||||
--speaker-dict=dump/speaker_id_map.txt
|
|
@ -0,0 +1 @@
|
|||||||
|
../../../aishell3/tts3/local/train.sh
|
Loading…
Reference in new issue