Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker 0.4.0 - ERROR LBFGS #796

Closed
philipus opened this issue Feb 25, 2024 · 3 comments
Closed

docker 0.4.0 - ERROR LBFGS #796

philipus opened this issue Feb 25, 2024 · 3 comments
Assignees

Comments

@philipus
Copy link

philipus commented Feb 25, 2024

Describe the bug
A clear and concise description of what the bug is.

I just followed the instrunctions of the documentation

  1. docker run -it zingg/zingg:0.4.0 bash
  2. ./scripts/zingg.sh --phase findTrainingData --conf examples/febrl/config.json

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?

  1. I executed in the phase label mode which seems to work

  2. 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

@sonalgoyal
Copy link
Member

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.

@sonalgoyal sonalgoyal self-assigned this Feb 26, 2024
@philipus
Copy link
Author

I managed to make it working but the error is still there

@sonalgoyal sonalgoyal reopened this Jan 6, 2025
@sonalgoyal
Copy link
Member

reapperaing at #990, marking this as dupe of that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants