Commit 2ffcedf 1 parent 19c0601 commit 2ffcedf Copy full SHA for 2ffcedf
File tree 1 file changed +10
-9
lines changed
1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -20,31 +20,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
20
- Make ` num_classes ` optional for classification in case of micro averaging ([ #2841 ] ( https://github.com/PyTorchLightning/metrics/pull/2841 ) )
21
21
22
22
23
- - Enabled specifying weights path for FID ([ #2867 ] ( https://github.com/PyTorchLightning/metrics/pull/2867 ) )
24
-
25
-
26
23
### Removed
27
24
28
25
-
29
26
30
27
31
28
### Fixed
32
29
33
- - Fixed plotting of multilabel confusion matrix ([ #2858 ] ( https://github.com/PyTorchLightning/metrics/pull/2858 ) )
34
-
30
+ -
35
31
36
- - Delete ` Device2Host ` caused by comm with device and host ([ #2840 ] ( https://github.com/PyTorchLightning/metrics/pull/2840 ) )
37
32
33
+ ---
38
34
39
- - Fixed issue with shared state in metric collection when using dice score ( [ # 2848 ] ( https://github.com/PyTorchLightning/metrics/pull/2848 ) )
35
+ ## [ 1.6.1 ] - 2024-12-24
40
36
37
+ ### Changed
41
38
42
- - Fixed ` top_k ` for ` multiclassf1score ` with one-hot encoding ([ #2839 ] ( https://github.com/Lightning-AI/torchmetrics/issues/2839 ) )
39
+ - Enabled specifying weights path for FID ([ #2867 ] ( https://github.com/PyTorchLightning/metrics/pull/2867 ) )
40
+ - Delete ` Device2Host ` caused by comm with device and host ([ #2840 ] ( https://github.com/PyTorchLightning/metrics/pull/2840 ) )
43
41
42
+ ### Fixed
44
43
44
+ - Fixed plotting of multilabel confusion matrix ([ #2858 ] ( https://github.com/PyTorchLightning/metrics/pull/2858 ) )
45
+ - Fixed issue with shared state in metric collection when using dice score ([ #2848 ] ( https://github.com/PyTorchLightning/metrics/pull/2848 ) )
46
+ - Fixed ` top_k ` for ` multiclassf1score ` with one-hot encoding ([ #2839 ] ( https://github.com/Lightning-AI/torchmetrics/issues/2839 ) )
45
47
- Fixed slow calculations of classification metrics with MPS ([ #2876 ] ( https://github.com/Lightning-AI/torchmetrics/issues/2876 ) )
46
48
47
- ---
48
49
49
50
## [ 1.6.0] - 2024-11-12
50
51
You can’t perform that action at this time.
0 commit comments