Skip to content

Commit

Permalink
Uncertainty GW loss uses GWFusionLoss (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdvllrs authored Apr 16, 2024
1 parent 7671609 commit fea876f
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 266 deletions.
2 changes: 1 addition & 1 deletion shimmer/modules/global_workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ def __init__(
gw_encoders: Mapping[str, Module],
gw_decoders: Mapping[str, Module],
workspace_dim: int,
loss_coefs: LossCoefs,
loss_coefs: BroadcastLossCoefs,
selection_temperature: float = 0.2,
optim_lr: float = 1e-3,
optim_weight_decay: float = 0.0,
Expand Down
Loading

0 comments on commit fea876f

Please sign in to comment.