-
Notifications
You must be signed in to change notification settings - Fork 47
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
UnicodeDecodeError #16
Comments
Hi,I meet same problem. |
Hi, no unfortunately I haven't solved this problem yet. |
Sorry for the long delay; I somehow completely missed this bug report. Are you still facing the problem? |
I am facing same problem regarding encoding-decoding. Traceback (most recent call last): |
I am facing same problem. |
Hi
I'm using Python3.6.5 on Ubuntu 18.04. I'm able to train a classifier using:
X_train_list above is a list of csr_matrix objects.
The settings file I get looks like this:
However, when trying to use the inferencer I get UnicodeDecodeErrors such as this:
Thank you.
The text was updated successfully, but these errors were encountered: