Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 9, 2023
1 parent 9bbf648 commit fb9d672
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion espnet2/bin/enh_tse_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,8 @@ def inference(
inference=True,
)
variable_names = [
name for path, name, typ in loader.dataset.path_name_type_list
name
for path, name, typ in loader.dataset.path_name_type_list
if name.startswith("enroll_ref")
]
num_spk = len(variable_names)
Expand Down

0 comments on commit fb9d672

Please sign in to comment.