diff --git a/nikl_m.py b/nikl_m.py index 09ca446f..7c514987 100644 --- a/nikl_m.py +++ b/nikl_m.py @@ -5,6 +5,8 @@ import audio import re +from hparams import hparams + def build_from_path(in_dir, out_dir, num_workers=1, tqdm=lambda x: x): '''Preprocesses the LJ Speech dataset from a given input path into a given output directory. diff --git a/nikl_s.py b/nikl_s.py index a5c3a3fd..6b1830f7 100644 --- a/nikl_s.py +++ b/nikl_s.py @@ -5,6 +5,8 @@ import audio import re +from hparams import hparams + def build_from_path(in_dir, out_dir, num_workers=1, tqdm=lambda x: x): '''Preprocesses the LJ Speech dataset from a given input path into a given output directory.