Merge pull request #636 from thorstenMueller/dev

Set out_path to be required param in compute_statistics.py.
This commit is contained in:
Eren Gölge 2021-01-29 18:08:31 +01:00 committed by GitHub
commit dfdac1def9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ def main():
description="Compute mean and variance of spectrogtram features.")
parser.add_argument("--config_path", type=str, required=True,
help="TTS config file path to define audio processin parameters.")
parser.add_argument("--out_path", default=None, type=str,
help="directory to save the output file.")
parser.add_argument("--out_path", type=str, required=True
help="save path (directory and filename).")
args = parser.parse_args()
# load config