From 824a366c07d04d7003231273a666aa7bcdbab92d Mon Sep 17 00:00:00 2001 From: bdvllrs Date: Fri, 26 Apr 2024 12:41:57 +0000 Subject: [PATCH] Add missing "}" in docstring --- shimmer/modules/gw_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shimmer/modules/gw_module.py b/shimmer/modules/gw_module.py index ea0d15c3..9c1922eb 100644 --- a/shimmer/modules/gw_module.py +++ b/shimmer/modules/gw_module.py @@ -419,7 +419,7 @@ def fuse( $$\\lambda_k = \\frac{M_3}{\\frac{c'_1}{a_k} + \\frac{c'_2}{b_k}}$$ where $$M_3 = \\frac{1}{\\sum_{i=1}^D - \\frac{1}{\\frac{c'_1}{a_i} + \\frac{c'_2}{b_i}}$$ + \\frac{1}{\\frac{c'_1}{a_i} + \\frac{c'_2}{b_i}}}$$ Args: x (`LatentsDomainGroupT`): the group of latent representation.