Skip to content

Commit

Permalink
refactor(cli): change preprocess steps to args
Browse files Browse the repository at this point in the history
  • Loading branch information
roedoejet committed Sep 14, 2023
1 parent a1531f1 commit 8d4755b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion everyvoice/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def new_dataset():
This command will preprocess all of the data you need for use with EveryVoice.
By default every step of the preprocessor will be done, but you can run specific commands by adding them as arguments or --steps options for example: **everyvoice preprocess energy pitch** or **everyvoice preprocess --steps energy --steps audio**
By default every step of the preprocessor will be done, but you can run specific commands by adding them as arguments for example: **everyvoice preprocess energy pitch**
""",
)(preprocess_fs2)

Expand Down
2 changes: 1 addition & 1 deletion everyvoice/model/aligner/DeepForcedAligner
2 changes: 1 addition & 1 deletion everyvoice/model/feature_prediction/FastSpeech2_lightning
2 changes: 1 addition & 1 deletion everyvoice/model/vocoder/HiFiGAN_iSTFT_lightning

0 comments on commit 8d4755b

Please sign in to comment.