Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix support for half precision + cpu in metrics requiring topk operator #2252

Merged
merged 10 commits into from
Dec 20, 2023
Prev Previous commit
Merge branch 'master' into bugfix/topk_half_cpu_support
  • Loading branch information
Borda authored Dec 20, 2023
commit 5e5c6cfe097649f905c193a121a80cbab0b0f427
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed support for half precision + CPU in metrics requiring topk operator ([#2252](https://github.com/Lightning-AI/torchmetrics/pull/2252))


- Fixed warning incorrectly being raised in `Running` metrics ([#2256](https://github.com/Lightning-AI/torchmetrics/pull/2265))


## [1.2.1] - 2023-11-30

### Added
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.