From cc0b82c1d8e9790e0d5f8a52bd1d2bc701ce1bd1 Mon Sep 17 00:00:00 2001 From: Clay Curry <55509500+claycurry34@users.noreply.github.com> Date: Fri, 24 Feb 2023 06:52:24 -0600 Subject: [PATCH] corrects an infinitesimal typo in README.md (#1547) Update README.md Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> (cherry picked from commit 67ef8a0252dc423a5171a4c9805c049af2fba8f4) --- CHANGELOG.md | 5 +---- README.md | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02ed0bd1143..2765f9f56d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- +- Fixed classification metrics for `byte` input ([#1521](https://github.com/Lightning-AI/metrics/pull/1474)) ## [0.11.2] - 2023-02-21 @@ -23,9 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed `multilabel` in `ExactMatch` ([#1474](https://github.com/Lightning-AI/metrics/pull/1474)) -- Fixed classification metrics for `byte` input ([#1521](https://github.com/Lightning-AI/metrics/pull/1474)) - - ## [0.11.1] - 2023-01-30 ### Fixed diff --git a/README.md b/README.md index 5165b75ca23..25e8822c73a 100644 --- a/README.md +++ b/README.md @@ -289,7 +289,7 @@ The lightning + TorchMetrics team is hard at work adding even more metrics. But we're looking for incredible contributors like you to submit new metrics and improve existing ones! -Join our [Slack](https://www.pytorchlightning.ai/community) to get help become a contributor! +Join our [Slack](https://www.pytorchlightning.ai/community) to get help with becoming a contributor! ## Community