Skip to content

Commit

Permalink
Fix typo from argument reordering
Browse files Browse the repository at this point in the history
  • Loading branch information
reuben committed May 27, 2020
1 parent 45d8f7c commit 3d0ec01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/import_cv2.py
Expand Up @@ -39,7 +39,7 @@ def _preprocess_data(tsv_dir, audio_dir, filter_obj, space_after_every_character
exclude += set_samples
if dataset == "validated":
_maybe_convert_set("train-all", tsv_dir, audio_dir, filter_obj, space_after_every_character,
filter_obj, rows=set_samples, exclude=exclude)
rows=set_samples, exclude=exclude)


def one_sample(args):
Expand Down

0 comments on commit 3d0ec01

Please sign in to comment.