-
Notifications
You must be signed in to change notification settings - Fork 413
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix return type in MetricTracker.compute_all * Fix return type in MetricTracker.best_metric * Fix test_best_metric_for_not_well_defined_metric_collection * Assign MetricTracker.best_metric return value to a tuple of the form (best, idx), instead of (idx, best). * changelog * add docstring --------- Co-authored-by: SkafteNicki <[email protected]> (cherry picked from commit fbdc393)
- Loading branch information
1 parent
416b079
commit 64516db
Showing
4 changed files
with
33 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ ________________ | |
|
||
.. autoclass:: torchmetrics.MetricTracker | ||
:noindex: | ||
:exclude-members: update, compute |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters