diff --git a/README.md b/README.md index 15d0da0..76bdafa 100644 --- a/README.md +++ b/README.md @@ -84,8 +84,7 @@ ## Command Execution ### 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 --config -d ` +2. After updating the configuration file, execute the following command from the src/ directory: `python main.py --subdir 3. This command will create a directory inside PB/checkpoints/ with the specified repository name. 4. If you need to resume training from a checkpoint, use the following command from the src/ directory: `python main.py --subdir -c -d `