Skip to content

Commit

Permalink
apply black
Browse files Browse the repository at this point in the history
  • Loading branch information
pyf98 committed Feb 12, 2022
1 parent 67cadf0 commit 8e1448a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion espnet2/main_funcs/average_nbest_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def average_nbest_models(
suffix = suffix + "."
else:
suffix = ""

# 1. Get nbests: List[Tuple[str, str, List[Tuple[epoch, value]]]]
nbest_epochs = [
(ph, k, reporter.sort_epochs_and_values(ph, k, m)[: max(nbests)])
Expand Down

0 comments on commit 8e1448a

Please sign in to comment.