Skip to content

Commit

Permalink
README.md: layout
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelvalle committed Nov 16, 2018
1 parent dcf5647 commit 30d4bf7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ Visit our [website] for audio samples.

1. Download our [published model]
2. Download [mel-spectrograms]
3. Generate audio `python3 inference.py -f <(ls mel_spectrograms/*.pt) -w waveglow_old.pt -o . --is_fp16 -s 0.6`
N.b. use convert_model.py to convert your older models to the current model
3. Generate audio `python3 inference.py -f <(ls mel_spectrograms/*.pt) -w waveglow_old.pt -o . --is_fp16 -s 0.6`

N.b. use `convert_model.py` to convert your older models to the current model
with fused residual and skip connections.

## Train your own model

Expand Down

0 comments on commit 30d4bf7

Please sign in to comment.