From fe40c803e3047b7017a298189270aab4850934e0 Mon Sep 17 00:00:00 2001 From: Kevin Musgrave Date: Sun, 18 Jun 2023 14:47:27 -0400 Subject: [PATCH] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29407a5e..f8eb0c7b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ **June 18**: v2.2.0 - Added [ManifoldLoss](https://kevinmusgrave.github.io/pytorch-metric-learning/losses/#manifoldloss) and [P2SGradLoss](https://kevinmusgrave.github.io/pytorch-metric-learning/losses/#p2sgradloss). -- Added a `symmetric` flag to [SelfSupervisedLoss](https://kevinmusgrave.github.io/pytorch-metric-learning/losses/#manifoldloss). +- Added a `symmetric` flag to [SelfSupervisedLoss](https://kevinmusgrave.github.io/pytorch-metric-learning/losses/#selfsupervisedloss). - See the [release notes](https://github.com/KevinMusgrave/pytorch-metric-learning/releases/tag/v2.2.0). - Thank you [domenicoMuscill0](https://github.com/domenicoMuscill0).