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

Error running the demo #1

Open
jiaboli007 opened this issue Mar 16, 2021 · 1 comment
Open

Error running the demo #1

jiaboli007 opened this issue Mar 16, 2021 · 1 comment

Comments

@jiaboli007
Copy link

python main.py input output
/Users/jli/miniconda3/envs/simage/lib/python3.7/site-packages/sklearn/base.py:318: UserWarning: Trying to unpickle estimator LinearSVC from version 0.23.1 when using version 0.22.2.post1. This might lead to breaking code or invalid results. Use at your own risk.
UserWarning)
too many values to unpack (expected 2)
input-01.PNG has been failed !!
too many values to unpack (expected 2)
input-03.PNG has been failed !!

@Veritogen
Copy link

I was able to solve that error by installing the proper version of scikit-learn. `pip install skikit-learn==0.23.1 in your case. Unfortunately there is no requirements.txt provided which would solve this error.

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