Skip to content

Commit 1293311

Browse files
authored
Update README.md
1 parent 7f6b638 commit 1293311

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,18 @@ pip install git+https://github.com/uberduck-ai/uberduck-ml-dev
3030

3131
## Training
3232

33-
Coming soon (see notebooks for now)!
33+
Train a radtts on LJ Speech as follows
3434

35-
## Inference
35+
```
36+
cd tutorials/radtts
37+
bash download.sh
38+
bash train.sh
39+
```
40+
41+
You will need to adjust the paths and potentially other training settings in `tutorials/radtts/demo_config.json`.
42+
This code has been tested on a single T4 as well as 2 A6000s.
3643

37-
Coming soon (see notebooks for now)!
44+
For processing of new datasets, see `tutorials/radtts/radtts_data_processing.ipynb`.
3845

3946
# Development
4047

0 commit comments

Comments
 (0)