-
Notifications
You must be signed in to change notification settings - Fork 172
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
unicode error #25
Comments
I meet the same problem, have you solved it? Thanks, if you can share a solution for working around. |
@131Prince Yes,I have solved this problem.I just update my Pytorch to V2.0 before this issue been solved.Maybe you need to check the version of your Pytorch . |
@sevenHsu Thank you at first.But my Pytorch version is 0.3.2,it is the latest vision. |
@131Prince I removed all comments starting with '%' (all Matlab codes) and solved the problem. |
Replacing 'X\U' by 'X \ U' solved the problem for me. |
Thanks for your contribution firstly.
I ran train.py on win10 based on pytorch0.3.
Traceback (most recent call last):
**File "train.py", line 15, in
How to solve this issue?Thank you.
The text was updated successfully, but these errors were encountered: