提交 aa8e4ea0 编写于 作者: C chenfeiyu

fix README for clarinet, pin numba and tqdm verison

上级 d0e54d60
...@@ -129,7 +129,7 @@ Example script: ...@@ -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 ...@@ -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" \
......
...@@ -55,8 +55,8 @@ setup_info = dict( ...@@ -55,8 +55,8 @@ setup_info = dict(
'inflect', 'inflect',
'librosa', 'librosa',
'unidecode', 'unidecode',
'numba', 'numba==0.48.0',
'tqdm', 'tqdm==4.19.8',
'matplotlib', 'matplotlib',
'tensorboardX', 'tensorboardX',
'tensorboard', 'tensorboard',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册