updating configs and experiments

This commit is contained in:
Shivam Mehta
2024-02-25 22:02:36 +00:00
parent 4d5b62cea9
commit 05c8f9b4a8
7 changed files with 97 additions and 1 deletions

View File

@@ -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")