From aa8e4ea0a8b741b757a523b8aeae6e0ed1ee17a1 Mon Sep 17 00:00:00 2001 From: chenfeiyu Date: Wed, 27 May 2020 05:24:39 +0000 Subject: [PATCH] fix README for clarinet, pin numba and tqdm verison --- examples/clarinet/README.md | 4 ++-- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/clarinet/README.md b/examples/clarinet/README.md index ca74b2d..cb02475 100644 --- a/examples/clarinet/README.md +++ b/examples/clarinet/README.md @@ -129,7 +129,7 @@ Example script: ```bash python synthesis.py \ - --config=./configs/wavenet_single_gaussian.yaml \ + --config=./configs/clarinet_ljspeech.yaml \ --data=./LJSpeech-1.1/ \ --device=0 \ --iteration=500000 \ @@ -140,7 +140,7 @@ or ```bash python synthesis.py \ - --config=./configs/wavenet_single_gaussian.yaml \ + --config=./configs/clarinet_ljspeech.yaml \ --data=./LJSpeech-1.1/ \ --device=0 \ --checkpoint="experiment/checkpoints/step-500000" \ diff --git a/setup.py b/setup.py index 062a02d..244eef8 100644 --- a/setup.py +++ b/setup.py @@ -55,8 +55,8 @@ setup_info = dict( 'inflect', 'librosa', 'unidecode', - 'numba', - 'tqdm', + 'numba==0.48.0', + 'tqdm==4.19.8', 'matplotlib', 'tensorboardX', 'tensorboard', -- GitLab