Skip to content

Commit

Permalink
add missing link
Browse files Browse the repository at this point in the history
  • Loading branch information
genisplaja committed Oct 25, 2023
1 parent 13a6f0a commit 3a93a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Additional arguments can be passed to use a different model (`--model-name`), mo

To train your own model, you should first prepare the data. See [how we do process Saraga](./dataset/prepare_saraga.py) before the training process detailed in the paper. The key idea is to have the chunked and aligned audio samples of the dataset with a naming like: `<unique_id>_<source>.wav`, where `<source>` corresponds to `mixture` and `vocals`.

Then, run model training in [train.py](./train.py). Checkpoints will be stored every X training steps, X is defined by user in the (./config.py) file.
Then, run model training in [train.py](./train.py). Checkpoints will be stored every X training steps, X is defined by user in the [config.py](./config.py) file.

To start to train from previous checkpoint, `--load-step` is available.

Expand Down

0 comments on commit 3a93a88

Please sign in to comment.