Alexnet challenge

I am unable to read the training data.I tried np.load(), it worked for Xtrain,but for Ytrain it shows the following error:
“Failed to interpret file %s as a pickle” % repr(file))

OSError: Failed to interpret file ‘Training data/Y_train.npy’ as a pickle