Set out_path to be required param.

pull/3/head
Thorsten Mueller 2021-01-29 17:23:38 +01:00
parent c75ea74914
commit 4cb4fcf02c
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