Skip to content

Commit

Permalink
minor readme updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
guanlongzhao committed Sep 6, 2019
1 parent f4092a8 commit ee3e8d1
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
@@ -1,6 +1,6 @@
# Foreign Accent Conversion by Synthesizing Speech from Phonetic Posteriorgrams (accepted to Interspeech'19)

This branch hosts the code we used to
This repository hosts the code we used to
prepare our interspeech'19 paper titled "[Foreign Accent Conversion by Synthesizing Speech from Phonetic Posteriorgrams](https://psi.engr.tamu.edu/wp-content/uploads/2019/07/zhao2019interspeech.pdf)"

### Install
Expand Down Expand Up @@ -39,7 +39,7 @@ cd test
This only does a few sanity checks, don't worry if the test coverage looks low :)

### Train PPG-to-Mel model
Change default parameters in `src/common/hparams.py:create_hparams()`
Change default parameters in `src/common/hparams.py:create_hparams()`.
The training and validation data should be specified in text files, see `data/filelists` for examples.

```bash
Expand Down

0 comments on commit ee3e8d1

Please sign in to comment.