MichalDanielDobrzanski / DeepLearningPython

neuralnetworksanddeeplearning.com integrated scripts for Python 3.5.2 and Theano with CUDA support
MIT License
2.79k stars 1.27k forks source link

UnicodeDecodeError: 'ascii' codec can't decode byte 0x90 in position 614: ordinal not in range(128) #33

Closed AoifeMarieDoherty closed 3 years ago

AoifeMarieDoherty commented 3 years ago

When I download the data set and script, and just make the change to 'import pickle as cPickle' because without it I was getting: 'NameError: name 'cPickle' is not defined', I now get the error:

UnicodeDecodeError: 'ascii' codec can't decode byte 0x90 in position 614: ordinal not in range(128)

AoifeMarieDoherty commented 3 years ago

Fixed using suggestion described in other comments.