File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
29
- Tracker higher is better integration ([ #2649 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2649 ) )
30
30
31
31
32
- - update ` InfoLM ` class to dynamically set ` higher_is_better ` ([ #2674 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2674 ) )
32
+ - Updated ` InfoLM ` class to dynamically set ` higher_is_better ` ([ #2674 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2674 ) )
33
33
34
34
35
35
### Deprecated
@@ -44,19 +44,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
44
44
45
45
### Fixed
46
46
47
- - Fixed wrong aggregation in ` segmentation.MeanIoU ` ( [ # 2698 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2698 ) )
47
+ -
48
48
49
49
50
- - Fixed handling zero division error in binary IoU (Jaccard index) calculation ( [ # 2726 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2726 ) )
50
+ ## [ 1.4.2 ] - 2022-09-12
51
51
52
+ ### Added
52
53
53
- - Correct the padding related calculation errors in SSIM ([ #2721 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2721 ) )
54
+ - Re-adding ` Chrf ` implementation ([ #2701 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2701 ) )
54
55
56
+ ### Fixed
55
57
58
+ - Fixed wrong aggregation in ` segmentation.MeanIoU ` ([ #2698 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2698 ) )
59
+ - Fixed handling zero division error in binary IoU (Jaccard index) calculation ([ #2726 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2726 ) )
60
+ - Corrected the padding related calculation errors in SSIM ([ #2721 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2721 ) )
56
61
- Fixed compatibility of audio domain with new ` scipy ` ([ #2733 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2733 ) )
57
-
58
-
59
62
- Fixed how ` prefix ` /` postfix ` works in ` MultitaskWrapper ` ([ #2722 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2722 ) )
63
+ - Fixed flakiness in tests related to ` torch.unique ` with ` dim=None ` ([ #2650 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2650 ) )
60
64
61
65
62
66
## [ 1.4.1] - 2024-08-02
You can’t perform that action at this time.
0 commit comments