From b3350eb453d8e5804d4848b74994f84677926f4d Mon Sep 17 00:00:00 2001 From: bdvllrs Date: Fri, 8 Mar 2024 16:29:12 +0000 Subject: [PATCH] Add missing ")" in Q&A --- docs/q_and_a.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/q_and_a.md b/docs/q_and_a.md index 17f7e691..4d6c0ce6 100644 --- a/docs/q_and_a.md +++ b/docs/q_and_a.md @@ -20,7 +20,7 @@ To get insipiration, you can look at the source code of If you are using pre-made GW architecture ([`GlobalWorkspace`](https://bdvllrs.github.io/shimmer/shimmer/modules/global_workspace.html#GlobalWorkspace), [`GlobalWorkspaceWithUncertainty`](https://bdvllrs.github.io/shimmer/shimmer/modules/global_workspace.html#GlobalWorkspaceWithUncertainty), -[`GlobalWorkspaceFusion`](https://bdvllrs.github.io/shimmer/shimmer/modules/global_workspace.html#GlobalWorkspaceFusion) and want to update the loss +[`GlobalWorkspaceFusion`](https://bdvllrs.github.io/shimmer/shimmer/modules/global_workspace.html#GlobalWorkspaceFusion)) and want to update the loss used for demi-cycles, cycles, translations or broadcast, you can do so directly from your definition of the [`DomainModule`](https://bdvllrs.github.io/shimmer/shimmer/modules/domain.html#DomainModule.compute_loss)