Skip to content

Commit 7907592

Browse files
cclaussr9y9
authored andcommitted
Add missing imports: from . import hparams (#74)
* Add missing imports: from . import hparams * Add missing import: from . import hparams * from .hparams import hparams * from .hparams import hparams * from hparams import hparams * from hparams import hparams
1 parent 92badd4 commit 7907592

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

nikl_m.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
import audio
66
import re
77

8+
from hparams import hparams
9+
810

911
def build_from_path(in_dir, out_dir, num_workers=1, tqdm=lambda x: x):
1012
'''Preprocesses the LJ Speech dataset from a given input path into a given output directory.

nikl_s.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
import audio
66
import re
77

8+
from hparams import hparams
9+
810

911
def build_from_path(in_dir, out_dir, num_workers=1, tqdm=lambda x: x):
1012
'''Preprocesses the LJ Speech dataset from a given input path into a given output directory.

0 commit comments

Comments
 (0)