Skip to content

Commit

Permalink
Hparams: Change read_hyperparameters() return type (#6542)
Browse files Browse the repository at this point in the history
Resultant session groups would be sorted if `sort` is specified.

#hparams
  • Loading branch information
yatbear authored Aug 14, 2023
1 parent d3277a4 commit 1b7c747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorboard/data/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def read_hyperparameters(
should be sorted.
Returns:
A Collection[HyperparameterSessionGroup] describing the groups and
A Sequence[HyperparameterSessionGroup] describing the groups and
their hyperparameter values.
Raises:
Expand Down

0 comments on commit 1b7c747

Please sign in to comment.