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.
2 parents bf2e0ac + 14e9074 commit b39083aCopy full SHA for b39083a
README.md
@@ -244,7 +244,7 @@ Section('optim').params(
244
algorithm=Param(str)
245
)
246
247
-Section('optim.alpha').enable_if(labmda cfg: cfg['optim.algorithm'] == 'Adam').params(
+Section('optim.alpha').enable_if(lambda cfg: cfg['optim.algorithm'] == 'Adam').params(
248
'momentum': Param(float, required=True),
249
'alpha': Param(float, default=1.0),
250
'beta': Param(float, default=1.0)
0 commit comments