Skip to content

Commit

Permalink
readme: Fix readme of inference
Browse files Browse the repository at this point in the history
  • Loading branch information
revsic committed May 7, 2021
1 parent 55ba83b commit 49ff3e0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,16 @@ To start to train from previous checkpoint, `--load-step` is available.
python .\train.py --load-epoch 20 --config D:\tf\ckpt\glowtts.json
```

To inference test set, run [COMMING-SOON/inference.py](./inference.py).
To inference the audio, run [inference.py](./inference.py).

```bash
python .\inference.py
--config D:\tf\ckpt\glowtts.json
--ckpt D:\tf\ckpt\glowtts\glowtts_20.ckpt-1
--text "Hello, my name is revsic"
```

Pretrained checkpoints are relased on [COMMING-SOON/releases](https://github.com/revsic/tf-glow-tts/releases).
Pretrained checkpoints are relased on [releases](https://github.com/revsic/tf-glow-tts/releases).

To use pretrained model, download files and unzip it. Followings are sample script.

Expand All @@ -72,6 +75,6 @@ train LJSpeech 20 epochs with [tf-diffwave](https://github.com/revsic/tf-diffwav
![sample](./rsrc/image.jpg)


## [COMMING-SOON] Samples
## Samples

Reference [https://revsic.github.io/tf-glow-tts](https://revsic.github.io/tf-glow-tts).

0 comments on commit 49ff3e0

Please sign in to comment.