Skip to content

Commit

Permalink
Add missing imports: from . import hparams (r9y9#74)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
cclauss authored and engiecat committed May 5, 2018
1 parent dac578a commit 7f5795f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nikl_m.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
import re
from hparams import hparams

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.
Expand Down
2 changes: 2 additions & 0 deletions nikl_s.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7f5795f

Please sign in to comment.