From 0ecace0d4da3a2a3cff27a2baa0d91d8d2e144a6 Mon Sep 17 00:00:00 2001 From: Philipp Wirth <65946090+philippmwirth@users.noreply.github.com> Date: Tue, 19 Sep 2023 15:48:17 +0200 Subject: [PATCH 1/2] Bump version to 1.4.19 (#1400) --- lightly/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightly/__init__.py b/lightly/__init__.py index e0c5ac016..6864b9a5d 100644 --- a/lightly/__init__.py +++ b/lightly/__init__.py @@ -75,7 +75,7 @@ # All Rights Reserved __name__ = "lightly" -__version__ = "1.4.18" +__version__ = "1.4.19" import os From 2caf0d32f83ffd4b1fb6fafa0e7995faedf09ef9 Mon Sep 17 00:00:00 2001 From: Philipp Wirth <65946090+philippmwirth@users.noreply.github.com> Date: Tue, 19 Sep 2023 16:17:32 +0200 Subject: [PATCH 2/2] Fix benchmarks table (#1401) Co-authored-by: philippmwirth --- docs/source/getting_started/benchmarks.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/getting_started/benchmarks.rst b/docs/source/getting_started/benchmarks.rst index 7307679b5..5d7b15fea 100644 --- a/docs/source/getting_started/benchmarks.rst +++ b/docs/source/getting_started/benchmarks.rst @@ -41,6 +41,7 @@ See the `benchmarking scripts `_", "`link `_" "SwAV", "Res50", "256", "100", "67.2", "88.1", "75.4", "92.7", "49.5", "78.6", "`link `_", "`link `_" "VICReg", "Res50", "256", "100", "63.0", "85.4", "73.7", "91.9", "46.3", "75.2", "`link `_", "`link `_"` + *\*We use square root learning rate scaling instead of linear scaling as it yields better results for smaller batch sizes. See Appendix B.1 in SimCLR paper.*