import tensorflow_hub错误: __new__() got an unexpected keyword argument 'serialized_options'
根据:https://github.com/tensorflow/models/issues/3995
命令行输入:
pip install -U protobuf
自动更新protobuf版本后解决
根据:https://github.com/tensorflow/models/issues/3995
命令行输入:
pip install -U protobuf
自动更新protobuf版本后解决