From b3d29cc6ec08d2edf6f1c12b22a6a2d97758b366 Mon Sep 17 00:00:00 2001 From: Anup Singh Date: Mon, 15 Jan 2024 00:31:50 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a445727..eee31d9 100644 --- a/README.md +++ b/README.md @@ -85,8 +85,7 @@ ### Training 1. To initiate training, update the `main.yaml` file, focusing on specifying paths for training/validation data and noise/RIR files. Ensure that the paths are correctly set. 2. After updating the configuration file, execute the following command from the src/ directory: `python main.py --subdir `. This command will create a directory inside your parent working directory at '/checkpoints/`. -3. If you need to resume training from a checkpoint, use the following command from the src/ directory: `python main.py --subdir -c ` +3. If you need to resume training from a checkpoint, use the following command from the src/ directory: `python main.py --subdir -c ` 4. Make sure to replace , , and with the actual values. --------------------------------------------------------------------------------------------------------------------- ### Creating reference Database