Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
k2kobayashi committed Jan 6, 2021
1 parent ae6d8db commit 976b1e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ $ touch downloads/.done
The initialization process generates kaldi-like scp files.

```sh
$ ./run.sh --stage 1 --stop_stage 1
$ ./run.sh --stage 0 --stop_stage 1
```

Then you modify speaker-dependent parameters in ```conf/spkr.yml``` using generated figures.
Expand All @@ -153,7 +153,7 @@ Page 20~22 in [slide](https://www.slideshare.net/NU_I_TODALAB/hands-on-voice-con
After preparing configuration, you run it.

```sh
$ ./run.sh --stage 2 --stop_stage 5
$ ./run.sh --stage 2 --stop_stage 7
```

## Achknowledgements
Expand Down

0 comments on commit 976b1e1

Please sign in to comment.