mirror of
https://github.com/shivammehta25/Matcha-TTS.git
synced 2026-02-05 02:09:21 +08:00
updating configs and experiments
This commit is contained in:
@@ -131,7 +131,7 @@ def main():
|
||||
if args.output_folder is not None:
|
||||
output_folder = Path(args.output_folder)
|
||||
else:
|
||||
output_folder = Path("data") / "processed_data" / "durations" / cfg["name"]
|
||||
output_folder = Path("data") / "processed_data" / cfg["name"] / "durations"
|
||||
|
||||
if os.path.exists(output_folder) and not args.force:
|
||||
print("Folder already exists. Use -f to force overwrite")
|
||||
|
||||
Reference in New Issue
Block a user