1.调用from tensorboardX import SummaryWriter出现:TypeError: bases must be types,错误提示如下:
这是因为protobuf包的版本过高,应降低版本,具体指令如下:
pip uninstall protobuf
pip install protobuf==3.20.1
这是因为protobuf包的版本过高,应降低版本,具体指令如下:
pip uninstall protobuf
pip install protobuf==3.20.1