From 7ac999e4f9b1a23c82b17abe1d6b364c58f316c9 Mon Sep 17 00:00:00 2001 From: seungwon park Date: Sun, 10 Nov 2019 13:44:02 +0900 Subject: [PATCH] fix backtick in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c277ba7..0cee944 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ pip install -r requirements.txt ## Train & Tensorboard -- `python trainer.py -c [config yaml file] -n [name of the run] +- `python trainer.py -c [config yaml file] -n [name of the run]` - `cp config/default.yaml config/config.yaml` and then edit `config.yaml` - Write down the root path of train/validation files to 2nd/3rd line. - Each path should contain pairs of `*.wav` with corresponding (preprocessed) `*.mel` file.