-
-
Notifications
You must be signed in to change notification settings - Fork 635
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce a variable skip_unrolling in class Metric (#3258)
* Introduce a variable skip_unrolling in class Metric * Add docstring for skip_unrolling, modify skip_unrolling clause * Modify docstring Co-authored-by: vfdev <[email protected]> * Apply suggestions from code review Co-authored-by: vfdev <[email protected]> * Modify docstring, revert version tag * Add test_skip_unrolling, DummyMetric5 class * Add example usage of skip unrolling in Metric, Update Loss class with skip_unrolling arg * Fix doc * Add test for skip_unrolling in Loss * Apply suggestions from code review * Update ignite/metrics/metric.py * Update docstring * fix test_loss.py for python below 3.9 --------- Co-authored-by: vfdev <[email protected]>
- Loading branch information
1 parent
5a66d9e
commit d715807
Showing
4 changed files
with
152 additions
and
4 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
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