Orchestra icon indicating copy to clipboard operation
Orchestra copied to clipboard

Error running the demo

Open jiaboli007 opened this issue 3 years ago • 1 comments

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 !!

jiaboli007 avatar Mar 16 '21 01:03 jiaboli007

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.

Veritogen avatar Apr 25 '21 09:04 Veritogen