lsongx / DomainAdaptiveReID

MIT License
188 stars 50 forks source link

UnicodeDecodeError: 'ascii' codec can't decode byte 0x91 in position 0: ordinal not in range(128) #19

Open jinx-USTC opened 4 years ago

jinx-USTC commented 4 years ago

when I load your pre-trained weight,get this problem. Some solutions that provided online didn't work for it, can you provide some suggestions? My setting: Python3.6+PyTorch0.4.1

lsongx commented 4 years ago

Hi @jinx-USTC , the model is trained with 0.3. You may need to train one by yourself for your specific settings.

JosephPai commented 4 years ago

I guess it may caused by Python version, the provided model was trained in Python2. If you want to use it in Python3, this issue may help you. At least it works fine for me.