We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2b690 commit 3eb6360Copy full SHA for 3eb6360
neuralpredictors/layers/readouts/gaussian.py
@@ -295,7 +295,7 @@ def __init__(
295
)
296
elif self._regularizer_type != "l1":
297
raise ValueError(
298
- f"_regularizer_type should be 'l1' or 'adaptive_log_norm' but got {self._regularizer_type}"
+ f"regularizer_type should be 'l1' or 'adaptive_log_norm' but got {self._regularizer_type}"
299
300
301
if init_mu_range > 1.0 or init_mu_range <= 0.0 or init_sigma <= 0.0:
0 commit comments