You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exceptions occurring in the evaluation or progress reporting callbacks currently cause a print to stderr and an LBFGSError because the wrong value is returned from the callback:
Exception UnboundLocalError: "local variable 'f_calls' referenced before assignment" in 'lbfgs._lowlevel.call_eval' ignored
The exception should be passed up instead.
The text was updated successfully, but these errors were encountered:
Exceptions occurring in the evaluation or progress reporting callbacks currently cause a print to
stderr
and anLBFGSError
because the wrong value is returned from the callback:The exception should be passed up instead.
The text was updated successfully, but these errors were encountered: