fanq15 / FSOD-code

MIT License
244 stars 61 forks source link

A error when testing #31

Closed 1179021477 closed 4 years ago

1179021477 commented 4 years ago

magic_number = pickle_module.load(f) UnicodeDecodeError: 'ascii' codec can't decode byte 0x95 in position 6: ordinal not in range(128)

yushenghuo commented 4 years ago

magic_number = pickle_module.load(f) UnicodeDecodeError: 'ascii' codec can't decode byte 0x95 in position 6: ordinal not in range(128)

hi, Could you plz tell how did you solve the issue, I just met the same probelm