Skip to content

Commit

Permalink
fix backtick in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seungwonpark committed Nov 10, 2019
1 parent e6b28a5 commit 7ac999e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7ac999e

Please sign in to comment.