From 7f9cbf1ce2a57622e797c8f6ad80cc8e8833d488 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Tue, 12 Mar 2024 21:53:31 +0800 Subject: [PATCH] typo fixes --- egs/ljspeech/TTS/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/egs/ljspeech/TTS/README.md b/egs/ljspeech/TTS/README.md index ea0e1f6af..8b28193ca 100644 --- a/egs/ljspeech/TTS/README.md +++ b/egs/ljspeech/TTS/README.md @@ -49,7 +49,7 @@ argument `--model-type` during training. Possible values are: The text is `Ask not what your country can do for you; ask what you can do for your country.` - The export onnx model file size is ``26.8 MB`` (float32). + The exported onnx model has a file size of ``26.8 MB`` (float32). - `medium`, means **medium** quality. The following is a wave file generatd by a `medium` model @@ -58,7 +58,7 @@ argument `--model-type` during training. Possible values are: The text is `Ask not what your country can do for you; ask what you can do for your country.` - The export onnx model file size is ``70.9 MB`` (float32). + The exported onnx model has file size of ``70.9 MB`` (float32). - `high`, means **high** quality @@ -89,5 +89,6 @@ export CUDA_VISIBLE_DEVICES=4,5,6,7 --exp-dir vits/exp-medium \ --model-type medium \ --max-duration 500 + +# (Note it is killed after `epoch-820.pt`) ``` -(Note it is killed after `epoch-820.pt`)