I was able to run this in Python 2
with gzip.GzipFile(FILE_PATH, \'rb\') as file: IKEA_training_images = cPickle.load(file)
But i