Skip to content

Commit 1b7c747

Browse files
authored
Hparams: Change read_hyperparameters() return type (#6542)
Resultant session groups would be sorted if `sort` is specified. #hparams
1 parent d3277a4 commit 1b7c747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorboard/data/provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ def read_hyperparameters(
411411
should be sorted.
412412
413413
Returns:
414-
A Collection[HyperparameterSessionGroup] describing the groups and
414+
A Sequence[HyperparameterSessionGroup] describing the groups and
415415
their hyperparameter values.
416416
417417
Raises:

0 commit comments

Comments
 (0)