-
Notifications
You must be signed in to change notification settings - Fork 85
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
convnet error #3
Comments
The package nolearn has been upgraded, and nolearn.convnet is deprecated. Ref Use the below line to fix the issue.
To install the latest nolearn package, follow the below lines.
|
There is a small error:
|
Where should I add: |
looks like it's caused by mismatch of the nolearn version from the pickle file. |
Traceback (most recent call last):
File "main.py", line 21, in
maybe_text = user.select_text_among_candidates('/home/rituraj/ImageTextRecognition-master/linearsvc-hog-fulltrain2-90.pickle')
File "/home/rituraj/ImageTextRecognition-master/userimageski.py", line 100, in select_text_among_candidates
model = cPickle.load(fin)
File "/home/rituraj/ImageTextRecognition-master/data.py", line 21, in
from nolearn.convnet import ConvNeNetFeatures
ImportError: No module named convnet
Hi I am getting the above error ply help to resolve it.
The text was updated successfully, but these errors were encountered: