From 0aa59e6f3fd114adc2f34d66ac9435ff292708fb Mon Sep 17 00:00:00 2001 From: mrq Date: Thu, 8 Aug 2024 19:21:29 -0500 Subject: [PATCH] uncommented block that writes the metadata on HDF5 creation --- vall_e/data.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/vall_e/data.py b/vall_e/data.py index 2ce9304..8d777d7 100755 --- a/vall_e/data.py +++ b/vall_e/data.py @@ -1473,11 +1473,8 @@ def create_dataset_hdf5( skip_existing=True ): except Exception as e: tqdm.write(f'Error while processing {id}: {e}') - """ with open(str(metadata_path), "w", encoding="utf-8") as f: f.write( json.dumps( metadata ) ) - """ - # training for data_dir in tqdm(cfg.dataset.training, desc="Processing Training"):