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 21, 2024
1 parent 72f543d commit 25f3ff4
Showing 1 changed file with 1 addition 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

0 comments on commit 25f3ff4

Please sign in to comment.