Merge branch 'master' into 'master'
fix README for clarinet, pin numba and tqdm verison See merge request !55
This commit is contained in:
commit
31dbc87128
|
@ -129,7 +129,7 @@ Example script:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python synthesis.py \
|
python synthesis.py \
|
||||||
--config=./configs/wavenet_single_gaussian.yaml \
|
--config=./configs/clarinet_ljspeech.yaml \
|
||||||
--data=./LJSpeech-1.1/ \
|
--data=./LJSpeech-1.1/ \
|
||||||
--device=0 \
|
--device=0 \
|
||||||
--iteration=500000 \
|
--iteration=500000 \
|
||||||
|
@ -140,7 +140,7 @@ or
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python synthesis.py \
|
python synthesis.py \
|
||||||
--config=./configs/wavenet_single_gaussian.yaml \
|
--config=./configs/clarinet_ljspeech.yaml \
|
||||||
--data=./LJSpeech-1.1/ \
|
--data=./LJSpeech-1.1/ \
|
||||||
--device=0 \
|
--device=0 \
|
||||||
--checkpoint="experiment/checkpoints/step-500000" \
|
--checkpoint="experiment/checkpoints/step-500000" \
|
||||||
|
|
Loading…
Reference in New Issue