ImageTextRecognition
ImageTextRecognition copied to clipboard
convnet error
Traceback (most recent call last):
File "main.py", line 21, in
Hi I am getting the above error ply help to resolve it.
The package nolearn has been upgraded, and nolearn.convnet is deprecated. Ref
Use the below line to fix the issue.
from nolearn.decaf import ConvNeNetFeatures
To install the latest nolearn package, follow the below lines.
pip install -r https://raw.githubusercontent.com/dnouri/nolearn/master/requirements.txt
pip install git+https://github.com/dnouri/nolearn.git@master#egg=nolearn==0.7.git
There is a small error:
from nolearn.decaf import ConvNetFeatures
Where should I add: from nolearn.decaf import ConvNetFeatures
looks like it's caused by mismatch of the nolearn version from the pickle file. Use version 0.5 will fix this.