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
It completed the job but got error messages and warnings
WARN SimpleFunctionRegistry: The function affinegapsimilarityfunction replaced a previously registered function.
WARN SimpleFunctionRegistry: The function jarowinklerfunction replaced a previously registered function.
ERROR LBFGS: Failure! Resetting history: breeze.optimize.FirstOrderException: Line search failed
ERROR LBFGS: Failure again! Giving up and returning. Maybe the objective is just poorly behaved?
I executed in the phase label mode which seems to work
I executed in the trainMatch mode which seems to work but got warnings and error while executing
WARN SimpleFunctionRegistry: The function jarowinklerfunction replaced a previously registered function.
ERROR LBFGS: Failure again! Giving up and returning. Maybe the objective is just poorly behaved?
ERROR LBFGS: Failure! Resetting history: breeze.optimize.FirstOrderException: Line search failed
output is there
just confused by the errors and when I compare to the logs in that video (https://youtu.be/zOabyZxN9b0?si=MZTkJ_AQSRP2FJ3P), I miss some log infos which might be due to a missing debug mode in my case
The text was updated successfully, but these errors were encountered:
thanks for reporting this. do you get any results at all or does it error out completely? We saw this error but it converged for us, so we left it like that as the dataset in febrl example is very small.
Describe the bug
A clear and concise description of what the bug is.
I just followed the instrunctions of the documentation
It completed the job but got error messages and warnings
WARN SimpleFunctionRegistry: The function affinegapsimilarityfunction replaced a previously registered function.
WARN SimpleFunctionRegistry: The function jarowinklerfunction replaced a previously registered function.
ERROR LBFGS: Failure! Resetting history: breeze.optimize.FirstOrderException: Line search failed
ERROR LBFGS: Failure again! Giving up and returning. Maybe the objective is just poorly behaved?
I executed in the phase label mode which seems to work
I executed in the trainMatch mode which seems to work but got warnings and error while executing
WARN SimpleFunctionRegistry: The function jarowinklerfunction replaced a previously registered function.
ERROR LBFGS: Failure again! Giving up and returning. Maybe the objective is just poorly behaved?
ERROR LBFGS: Failure! Resetting history: breeze.optimize.FirstOrderException: Line search failed
output is there
just confused by the errors and when I compare to the logs in that video (https://youtu.be/zOabyZxN9b0?si=MZTkJ_AQSRP2FJ3P), I miss some log infos which might be due to a missing debug mode in my case
The text was updated successfully, but these errors were encountered: