Skip to content
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

UnicodeEncodedError #56

Open
gplminhduc147 opened this issue Jun 12, 2023 · 0 comments
Open

UnicodeEncodedError #56

gplminhduc147 opened this issue Jun 12, 2023 · 0 comments

Comments

@gplminhduc147
Copy link

gplminhduc147 commented Jun 12, 2023

When I use command to trainning with Cornell Grasping Datasheet, an error occurs:

Traceback (most recent call last):
File "D:\ggcnn-master\ggcnn-master\train_ggcnn.py", line 272, in
run()
File "D:\ggcnn-master\ggcnn-master\train_ggcnn.py", line 237, in run
summary(net, (input_channels, 300, 300))
File "C:...\Python\Python310\lib\site-packages\torchsummary\torchsummary.py", line 157, in summary
print(results)
File "C:...\Python\Python310\lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode characters in position 260-261: character maps to undefined

What should I do now. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant