tensorflow bug集合

版权声明:转载请注明出处~ https://blog.csdn.net/sinat_31425585/article/details/89358204

1、TypeError: __new__() got an unexpected keyword argument 'serialized_options'

原因:protobuf版本冲突

解决方法:

pip uninstall protobuf
pip install -U protobuf

参考资料:

https://blog.csdn.net/zxm1306192988/article/details/86545428

猜你喜欢

转载自blog.csdn.net/sinat_31425585/article/details/89358204