安装后百度的深度学习框架,自己的keras不能运行了,发现是因为protobuf版本的问题,需要卸载重新安装pip uninstall protobufpip install protobuf就可以正常运行了