Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anupsingh15 authored Jan 14, 2024
1 parent 9bb8efe commit b3d29cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <repository name>`. This command will create a directory inside your parent working directory <pwd> at '<pwd>/checkpoints/<repository name>`.
3. If you need to resume training from a checkpoint, use the following command from the src/ directory: `python main.py --subdir <repository name> -c <checkpoint(*.ckpt)
path>`
3. If you need to resume training from a checkpoint, use the following command from the src/ directory: `python main.py --subdir <repository name> -c <checkpoint path (*.ckpt)>`
4. Make sure to replace <repository name>, <main.yaml path>, and <PB directory path> with the actual values.
---------------------------------------------------------------------------------------------------------------------
### Creating reference Database
Expand Down

0 comments on commit b3d29cc

Please sign in to comment.