Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
domkirke committed Dec 21, 2023
1 parent b67a187 commit a9eb041
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 @@ -58,7 +58,7 @@ rave preprocess --input_path /audio/folder --output_path /dataset/path (--lazy)
RAVEv2 has many different configurations. The improved version of the v1 is called `v2`, and can therefore be trained with

```bash
rave train --config v2 --db_path /dataset/path --out_path /model/out --name give_a_name
rave train --config v2 --db_path /dataset/path --out_path /model/out --name give_a_name --channels X
```

We also provide a discrete configuration, similar to SoundStream or EnCodec
Expand Down

0 comments on commit a9eb041

Please sign in to comment.