-
Notifications
You must be signed in to change notification settings - Fork 97
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: 'gbk' codec can't decode byte 0xa5 in position 404: illegal multibyte sequence #202
Comments
Hi there @pnzsl and sorry for late reply. Hmm, could you check that you can read the images with no problems in a notebook or something? |
I have solved this problem.thanks! |
@pnzsl where do you adjust/change the a? |
As shown in the figure, the a is in the generic. py file. It's just a formal parameter in a function. The computer is not with me for the time being. I will provide you with specific information tomorrow. |
It may be that your training/validation data is of 0 size. Hmm, I suggest that you go to the https://github.com/neptune-ml/open-solution-mapping-challenge/blob/master/src/pipeline_manager.py#L98 and print the shapes of train/valid just to make sure that those make sense. I think we need to make sure that the pipeline.fit_transform(data) actually makes sense first. I suspect that there is something fishy going on here. |
Haha..I see what you mean.I will try. Thank you! Have a nice day. |
u2 @pnzsl and please let me know when you fix it! |
Hi, I'm sorry to bother you. There are some problems in the replication experiment, and the description of the problem is
i don't know how to deal with this problem,would you mind giving me some advices?
The text was updated successfully, but these errors were encountered: