From e8aeb1eaa7f3b13442d5515415b781c77f68dda2 Mon Sep 17 00:00:00 2001 From: w-okada Date: Mon, 17 Jul 2023 09:21:35 +0900 Subject: [PATCH] update dev start command --- README_dev_en.md | 1 + README_dev_ja.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README_dev_en.md b/README_dev_en.md index 705f623c..5051c3d5 100644 --- a/README_dev_en.md +++ b/README_dev_en.md @@ -46,6 +46,7 @@ $ python3 MMVCServerSIO.py -p 18888 --https true \ --nsf_hifigan pretrain/nsf_hifigan/model \ --crepe_onnx_full pretrain/crepe_onnx_full.onnx \ --crepe_onnx_tiny pretrain/crepe_onnx_tiny.onnx \ + --rmvpe pretrain/rmvpe.pt \ --model_dir model_dir \ --samples samples.json diff --git a/README_dev_ja.md b/README_dev_ja.md index 974efbd6..28ff7a6d 100644 --- a/README_dev_ja.md +++ b/README_dev_ja.md @@ -46,9 +46,9 @@ $ python3 MMVCServerSIO.py -p 18888 --https true \ --nsf_hifigan pretrain/nsf_hifigan/model \ --crepe_onnx_full pretrain/crepe_onnx_full.onnx \ --crepe_onnx_tiny pretrain/crepe_onnx_tiny.onnx \ + --rmvpe pretrain/rmvpe.pt \ --model_dir model_dir \ --samples samples.json - ``` 2-1. トラブルシュート