第一部读取文件最后一句print os.listdir(CIFAR_DIR)显示错误,出现syntaxerror:invalid syntax
python 3.0下print需要使用括号才能运行
同时python3.0下没有cPickle,需要改为pickle