Deep-Learning-TensorFlow
Deep-Learning-TensorFlow copied to clipboard
load_cifar10_dataset data_batch = pickle.load(fo) UnicodeDecodeError: 'ascii' codec can't decode byte 0x8b in position 6: ordinal not in range(128)
I tried to run ruen_autoencoder.py I got this error >>
"D:\Anaconda3\lib\site-packages\yadlt\utils\datasets.py", line 71, in load_cifar10_dataset
data_batch = pickle.load(fo)
UnicodeDecodeError: 'ascii' codec can't decode byte 0x8b in position 6: ordinal not in range(128)
how can I fix it? pls