Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsDem authored Dec 4, 2024
1 parent 199d2ac commit 0f5e7d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ Once the autoencoder is trained, it must be exported to a torchscript .pt file :

It is possible to skip this whole phase and use a pretrained autoencoder such as Encodec, wrapped in a nn.module with encode and decode methods.

### Model training
### Diffusion model training
The model training is configured with gin config files.

To train the audio to audio model :
```bash
python train_diffusion.py --db_path /path/to/lmdb --config midi --dataset_type midi --gpu #
Expand Down

0 comments on commit 0f5e7d7

Please sign in to comment.