安装后百度的深度学习框架,自己的keras不能运行了,发现是因为protobuf版本的问题,需要卸载重新安装
pip uninstall protobuf
pip install protobuf
就可以正常运行了
keras:TypeError: __init__() got an unexpected keyword argument 'file'
阅读 129
2023-02-06
安装后百度的深度学习框架,自己的keras不能运行了,发现是因为protobuf版本的问题,需要卸载重新安装
pip uninstall protobuf
pip install protobuf
就可以正常运行了
相关推荐
精彩评论(0)