We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6b638 commit 1293311Copy full SHA for 1293311
README.md
@@ -30,11 +30,18 @@ pip install git+https://github.com/uberduck-ai/uberduck-ml-dev
30
31
## Training
32
33
-Coming soon (see notebooks for now)!
+Train a radtts on LJ Speech as follows
34
35
-## Inference
+```
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.
43
44
+For processing of new datasets, see `tutorials/radtts/radtts_data_processing.ipynb`.
45
46
# Development
47
0 commit comments