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
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 !!
The text was updated successfully, but these errors were encountered:
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.
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 !!
The text was updated successfully, but these errors were encountered: