I have been trying to unpickle this data for a while but running into problems
with open ('C:\Users\chhav\OneDrive\Desktop\mnist.pkl','rb') as f:
mnist_data = pickle.load(f)
It gives this error:
File "<ipython-input-23-1ef4f2f69776>", line 1
with open ('C:\Users\chhav\OneDrive\Desktop\mnist.pkl','rb') as f:
^
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated
\UXXXXXXXX escape