Skip to content

Commit 3eb6360

Browse files
pollyturMaxFBurg
andauthored
Update neuralpredictors/layers/readouts/gaussian.py
Co-authored-by: Max Burg <[email protected]>
1 parent fe2b690 commit 3eb6360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neuralpredictors/layers/readouts/gaussian.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def __init__(
295295
)
296296
elif self._regularizer_type != "l1":
297297
raise ValueError(
298-
f"_regularizer_type should be 'l1' or 'adaptive_log_norm' but got {self._regularizer_type}"
298+
f"regularizer_type should be 'l1' or 'adaptive_log_norm' but got {self._regularizer_type}"
299299
)
300300

301301
if init_mu_range > 1.0 or init_mu_range <= 0.0 or init_sigma <= 0.0:

0 commit comments

Comments
 (0)