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 c8a6e71 commit ec47b08
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 @@ -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 <repository name> --config <main.yaml
path> -d <PB directory path>`
2. After updating the configuration file, execute the following command from the src/ directory: `python main.py --subdir <repository name>
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 <repository name> -c <checkpoint(*.ckpt)
path> -d <PB directory path>`
Expand Down

0 comments on commit ec47b08

Please sign in to comment.