QPyTorch icon indicating copy to clipboard operation
QPyTorch copied to clipboard

'gbk' codec can't decode

Open ckinsung85 opened this issue 3 years ago • 0 comments

By trying to import the module,

from qtorch.quant import Quantizer, quantizer

an error occurs,

UnicodeDecodeError: 'gbk' codec can't decode byte 0x92 in position 16034: illegal multibyte sequence

May I know what could be the possible sources of error? I suspect it's the open file has to be in specified format in your codes.

ckinsung85 avatar Sep 21 '22 06:09 ckinsung85