Skip to content

Commit ae4a238

Browse files
committed
add logit scale def for lsps..
1 parent e118b13 commit ae4a238

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shimmer/modules/losses.py

+2
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ def _contrastive_loss_with_uncertainty(
278278

279279

280280
class DeterministicGWLosses(GWLosses):
281+
logit_scale: torch.Tensor
282+
281283
def __init__(
282284
self,
283285
gw_mod: DeterministicGWModule,

0 commit comments

Comments
 (0)