diff --git a/examples/fastspeech2/aishell3/README.md b/examples/fastspeech2/aishell3/README.md index eff0be7..7f33ae9 100644 --- a/examples/fastspeech2/aishell3/README.md +++ b/examples/fastspeech2/aishell3/README.md @@ -69,7 +69,7 @@ python3 synthesize_e2e.py \ --pwg-params=parallel_wavegan_baker_ckpt_0.4/pwg_generator.pdparams \ --pwg-stat=parallel_wavegan_baker_ckpt_0.4/pwg_stats.npy \ --text=../sentences.txt \ - --output-dir=exp/debug/test_e2e \ + --output-dir=exp/default/test_e2e \ --device="gpu" \ --phones-dict=fastspeech2_nosil_aishell3_ckpt_0.4/phone_id_map.txt \ --speaker-dict=fastspeech2_nosil_aishell3_ckpt_0.4/speaker_id_map.txt diff --git a/examples/fastspeech2/aishell3/synthesize.sh b/examples/fastspeech2/aishell3/synthesize.sh index b656bc4..3247db1 100755 --- a/examples/fastspeech2/aishell3/synthesize.sh +++ b/examples/fastspeech2/aishell3/synthesize.sh @@ -8,7 +8,7 @@ python3 synthesize.py \ --pwg-params=parallel_wavegan_baker_ckpt_0.4/pwg_generator.pdparams \ --pwg-stat=parallel_wavegan_baker_ckpt_0.4/pwg_stats.npy \ --test-metadata=dump/test/norm/metadata.jsonl \ - --output-dir=exp/debug/test \ + --output-dir=exp/default/test \ --device="gpu" \ --phones-dict=dump/phone_id_map.txt \ --speaker-dict=dump/speaker_id_map.txt diff --git a/examples/fastspeech2/aishell3/synthesize_e2e.sh b/examples/fastspeech2/aishell3/synthesize_e2e.sh index 86171b6..a60ca86 100755 --- a/examples/fastspeech2/aishell3/synthesize_e2e.sh +++ b/examples/fastspeech2/aishell3/synthesize_e2e.sh @@ -9,7 +9,7 @@ python3 synthesize_e2e.py \ --pwg-params=parallel_wavegan_baker_ckpt_0.4/pwg_generator.pdparams \ --pwg-stat=parallel_wavegan_baker_ckpt_0.4/pwg_stats.npy \ --text=../sentences.txt \ - --output-dir=exp/debug/test_e2e \ + --output-dir=exp/default/test_e2e \ --device="gpu" \ --phones-dict=dump/phone_id_map.txt \ --speaker-dict=dump/speaker_id_map.txt diff --git a/examples/fastspeech2/baker/README.md b/examples/fastspeech2/baker/README.md index 646c017..c597d01 100644 --- a/examples/fastspeech2/baker/README.md +++ b/examples/fastspeech2/baker/README.md @@ -55,7 +55,7 @@ python3 synthesize_e2e.py \ --pwg-params=parallel_wavegan_baker_ckpt_0.4/pwg_generator.pdparams \ --pwg-stat=parallel_wavegan_baker_ckpt_0.4/pwg_stats.npy \ --text=../sentences.txt \ - --output-dir=exp/debug/test_e2e \ + --output-dir=exp/default/test_e2e \ --device="gpu" \ --phones-dict=fastspeech2_nosil_baker_ckpt_0.4/phone_id_map.txt ``` diff --git a/examples/fastspeech2/baker/synthesize.sh b/examples/fastspeech2/baker/synthesize.sh index a912bb6..12372b9 100755 --- a/examples/fastspeech2/baker/synthesize.sh +++ b/examples/fastspeech2/baker/synthesize.sh @@ -9,6 +9,6 @@ python3 synthesize.py \ --pwg-params=parallel_wavegan_baker_ckpt_0.4/pwg_generator.pdparams \ --pwg-stat=parallel_wavegan_baker_ckpt_0.4/pwg_stats.npy \ --test-metadata=dump/test/norm/metadata.jsonl \ - --output-dir=exp/debug/test \ + --output-dir=exp/default/test \ --device="gpu" \ --phones-dict=dump/phone_id_map.txt diff --git a/examples/fastspeech2/baker/synthesize_e2e.sh b/examples/fastspeech2/baker/synthesize_e2e.sh index ef112f5..119bd06 100755 --- a/examples/fastspeech2/baker/synthesize_e2e.sh +++ b/examples/fastspeech2/baker/synthesize_e2e.sh @@ -9,6 +9,6 @@ python3 synthesize_e2e.py \ --pwg-params=parallel_wavegan_baker_ckpt_0.4/pwg_generator.pdparams \ --pwg-stat=parallel_wavegan_baker_ckpt_0.4/pwg_stats.npy \ --text=../sentences.txt \ - --output-dir=exp/debug/test_e2e \ + --output-dir=exp/default/test_e2e \ --device="gpu" \ --phones-dict=dump/phone_id_map.txt diff --git a/examples/parallelwave_gan/baker/synthesize.sh b/examples/parallelwave_gan/baker/synthesize.sh index e349c35..b7ec311 100755 --- a/examples/parallelwave_gan/baker/synthesize.sh +++ b/examples/parallelwave_gan/baker/synthesize.sh @@ -2,4 +2,4 @@ python3 synthesize.py \ --config=conf/default.yaml \ --checkpoint=exp/default/checkpoints/snapshot_iter_220000.pdz \ --test-metadata=dump/test/norm/metadata.jsonl \ - --output-dir=exp/debug/test + --output-dir=exp/default/test diff --git a/examples/speedyspeech/baker/inference.sh b/examples/speedyspeech/baker/inference.sh index fda80f6..5e4cee3 100644 --- a/examples/speedyspeech/baker/inference.sh +++ b/examples/speedyspeech/baker/inference.sh @@ -1,5 +1,5 @@ python inference.py \ - --inference-dir=exp/debug/inference \ + --inference-dir=exp/default/inference \ --text=sentences.txt \ - --output-dir=exp/debug/pd_infer_out + --output-dir=exp/default/pd_infer_out diff --git a/examples/speedyspeech/baker/synthesize.sh b/examples/speedyspeech/baker/synthesize.sh index b90d86b..2cb40fa 100644 --- a/examples/speedyspeech/baker/synthesize.sh +++ b/examples/speedyspeech/baker/synthesize.sh @@ -6,6 +6,6 @@ python synthesize.py \ --pwg-checkpoint=../../parallelwave_gan/baker/exp/default/checkpoints/snapshot_iter_400000.pdz \ --pwg-stat=../../parallelwave_gan/baker/dump/train/stats.npy \ --test-metadata=dump/test/norm/metadata.jsonl \ - --output-dir=exp/debug/test \ - --inference-dir=exp/debug/inference \ + --output-dir=exp/default/test \ + --inference-dir=exp/default/inference \ --device="gpu"