diff --git a/synthesis.py b/synthesis.py index 1cd55ec5..c525f577 100644 --- a/synthesis.py +++ b/synthesis.py @@ -33,6 +33,7 @@ from hparams import hparams, hparams_debug_string from tqdm import tqdm +nltk.download('popular') use_cuda = torch.cuda.is_available() device = torch.device("cuda" if use_cuda else "cpu")