From de2b9a10d6f807a40821fbea42aca3d4eb2356d7 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Sat, 21 Dec 2024 18:31:26 +0100 Subject: [PATCH] Updated README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c071fa3..89204ea 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,7 @@ pytest tests/test_projections.py *Note*: The test suite verifies: 1. All projections run without errors and maintain basic properties (shapes, positive definiteness) -2. KL bounds are actually (approximately) met for: - - KL projection (both diagonal and full covariance) - - Wasserstein projection (diagonal covariance only) +2. KL bounds are actually (approximately) met for true KL projection (both diagonal and full covariance) 3. Gradients can be computed through all projections: - Both through projection operation and trust region loss - Gradients have correct shapes and are finite \ No newline at end of file