Skip to content

Commit

Permalink
fix type error in prepare_tfrecord_lib.py
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 677224133
  • Loading branch information
iansimon authored and Magenta Team committed Sep 23, 2024
1 parent 72f543d commit d4d3220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ddsp/training/data_preparation/prepare_tfrecord_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def prepare_tfrecord(input_audio_paths,
chunk_secs=20.0,
center=False,
viterbi=True,
pipeline_options=''):
pipeline_options=()):
"""Prepares a TFRecord for use in training, evaluation, and prediction.
Args:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
scripts=[],
install_requires=[
'absl-py',
'apache-beam',
'cloudml-hypertune<=0.1.0.dev6',
'crepe<=0.0.12',
'dill<=0.3.4',
Expand Down

0 comments on commit d4d3220

Please sign in to comment.