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 run the main.py, there is something wrong happening when I run this code'checkpoint = torch.load(config_submit['classifier_param'])’. The error is 'UnicodeDecodeError: 'ascii' codec can't decode byte 0x8c in position 16: ordinal not in range(128)' ,however the same code that 'checkpoint = torch.load(config_submit['detector_param'])' is ok.
dear 大神(look forward to your responses )
The text was updated successfully, but these errors were encountered:
在 2017年9月1日,16:20,menglinGuo ***@***.***> 写道:
when I run the main.py, there is something wrong happening when I run this code'checkpoint = torch.load(config_submit['classifier_param'])’. The error is 'UnicodeDecodeError: 'ascii' codec can't decode byte 0x8c in position 16: ordinal not in range(128)' ,however the same code that 'checkpoint = torch.load(config_submit['detector_param'])' is ok.
dear 大神(look forward to your responses )
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
python version: 2.7
BR.
-zhaifly
> 在 2017年9月1日,16:20,menglinGuo ***@***.***> 写道:
>
> when I run the main.py, there is something wrong happening when I run
this code'checkpoint = torch.load(config_submit['classifier_param'])’.
The error is 'UnicodeDecodeError: 'ascii' codec can't decode byte 0x8c in
position 16: ordinal not in range(128)' ,however the same code that
'checkpoint = torch.load(config_submit['detector_param'])' is ok.
> dear 大神(look forward to your responses )
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub, or mute the thread.
>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#43 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AIigQ1gCQQ1gFrUYwPNjq6QpcmYfzYSyks5seL86gaJpZM4PJ2LG>
.
--
廖方舟
清华大学医学院
Liao Fangzhou
School of Medicine
Tsinghua University
Beijing 100084
China
when I run the main.py, there is something wrong happening when I run this code'checkpoint = torch.load(config_submit['classifier_param'])’. The error is 'UnicodeDecodeError: 'ascii' codec can't decode byte 0x8c in position 16: ordinal not in range(128)' ,however the same code that 'checkpoint = torch.load(config_submit['detector_param'])' is ok.
dear 大神(look forward to your responses )
The text was updated successfully, but these errors were encountered: