bikz05 / digit-recognition

Handwritten Digit Recognition using OpenCV, sklearn and Python
132 stars 90 forks source link

python3 support #12

Open sharmaraju352 opened 5 years ago

sharmaraju352 commented 5 years ago

I am getting this error

"You may be trying to read with python 3 a joblib pickle generated with python 2. This feature is not supported by joblib"

yashjain1129 commented 4 years ago

use python2

TowsifAhamed commented 4 years ago

You can see digit-recognition to use it in python3

13