conditional-flow-matching
conditional-flow-matching copied to clipboard
Bump torchmetrics from 0.11.0 to 1.3.0.post0
Bumps torchmetrics from 0.11.0 to 1.3.0.post0.
Release notes
Sourced from torchmetrics's releases.
New Image metrics & wrappers
[1.3.0] - 2024-01-10
Added
- Added more tokenizers for
SacreBLEUmetric (#2068)- Added support for logging
MultiTaskWrapperdirectly with lightningslog_dictmethod (#2213)- Added
FeatureSharewrapper to share submodules containing feature extractors between metrics (#2120)- Added new metrics to image domain:
- Added
averageargument to multiclass versions ofPrecisionRecallCurveandROC(#2084)- Added confidence scores when
extended_summary=TrueinMeanAveragePrecision(#2212)- Added
RetrievalAUROCmetric (#2251)- Added
aggregateargument to retrieval metrics (#2220)- Added utility functions in
segmentation.utilsfor future segmentation metrics (#2105)Changed
- Changed minimum supported Pytorch version from 1.8 to 1.10 (#2145)
- Changed x-/y-axis order for
PrecisionRecallCurveto be consistent with scikit-learn (#2183)Deprecated
- Deprecated
metric._update_called(#2141)- Deprecated
specicity_at_sensitivityin favour ofspecificity_at_sensitivity(#2199)Fixed
- Fixed support for half precision + CPU in metrics requiring topk operator (#2252)
- Fixed warning incorrectly being raised in
Runningmetrics (#2256)- Fixed integration with custom feature extractor in
FIDmetric (#2277)Full Changelog: https://github.com/Lightning-AI/torchmetrics/compare/v1.2.0...v1.3.0
Key Contributors
@Borda,@HoseinAkbarzadeh,@matsumotosan,@miskfi,@oguz-hanoglu,@SkafteNicki,@stancld,@ywchan2005New Contributors
@pme0made their first contribution in Lightning-AI/torchmetrics#2114@damiankucharskimade their first contribution in Lightning-AI/torchmetrics#2173@clumsymade their first contribution in Lightning-AI/torchmetrics#2185@jankngmade their first contribution in Lightning-AI/torchmetrics#2226@tanguymagnemade their first contribution in Lightning-AI/torchmetrics#2230@kyle-dormanmade their first contribution in Lightning-AI/torchmetrics#2184@oguz-hanoglumade their first contribution in Lightning-AI/torchmetrics#2199@miskfimade their first contribution in Lightning-AI/torchmetrics#2257
... (truncated)
Changelog
Sourced from torchmetrics's changelog.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Note: we move fast, but still we preserve 0.1 version (one feature release) back compatibility.
[UnReleased] - 2024-MM-DD
Added
Changed
Deprecated
Fixed
[1.3.0] - 2024-01-10
Added
- Added more tokenizers for
SacreBLEUmetric (#2068)- Added support for logging
MultiTaskWrapperdirectly with lightningslog_dictmethod (#2213)- Added
FeatureSharewrapper to share submodules containing feature extractors between metrics (#2120)- Added new metrics to image domain:
- Added
averageargument to multiclass versions ofPrecisionRecallCurveandROC(#2084)- Added confidence scores when
extended_summary=TrueinMeanAveragePrecision(#2212)- Added
RetrievalAUROCmetric (#2251)- Added
aggregateargument to retrieval metrics (#2220)- Added utility functions in
segmentation.utilsfor future segmentation metrics (#2105)
... (truncated)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)