Tiiiger / QPyTorch

Low Precision Arithmetic Simulation in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'gbk' codec can't decode

ckinsung85 opened this issue · 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.