You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: