Skip to content

Commit

Permalink
fix #419 (#420)
Browse files Browse the repository at this point in the history
* fix #419

* update version
  • Loading branch information
kan-bayashi committed Nov 20, 2023
1 parent e8cd732 commit f797edd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion parallel_wavegan/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = "0.6.1"
__version__ = "0.6.2a"
2 changes: 1 addition & 1 deletion parallel_wavegan/bin/decode.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def main():
"SCP format is not supported for f0 and excitation."
)
dataset = MelSCPDataset(
feats_scp=args.feats_scp,
feats_scp=args.scp,
return_utt_id=True,
)
logging.info(f"The number of features to be decoded = {len(dataset)}.")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
dirname = os.path.dirname(__file__)
setup(
name="parallel_wavegan",
version="0.6.1",
version="0.6.2a",
url="http://github.com/kan-bayashi/ParallelWaveGAN",
author="Tomoki Hayashi",
author_email="hayashi.tomoki@g.sp.m.is.nagoya-u.ac.jp",
Expand Down

0 comments on commit f797edd

Please sign in to comment.