Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SungFeng-Huang committed Jun 2, 2021
1 parent 4e7e3cf commit a1ea197
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ To inference the models, run:
# LibriTTS
python3 test.py -a <algorithm> -e <experiment_id> -c <checkpoint_file_name>
# VCTK
python3 test.py -p config/VCTK/preprocess.yaml -t config/VCTK/train.yaml -m
config/VCTK/model.yaml\
python3 test.py -p config/VCTK/preprocess.yaml -t config/VCTK/train.yaml -m config/VCTK/model.yaml \
-a <algorithm> -e <experiment_id> -c <checkpoint_file_name>
```
and the results would be under
Expand Down

0 comments on commit a1ea197

Please sign in to comment.