训练时调取tensorboard报错:TypeError: MessageToJson() got an unexpected keyword argument including。并且没有显示图像。
这是由于tensorboard版本过高导致,只需要将tensorboard版本降低即可。博主降低至2.12.0便可以正常使用。
激活虚拟环境
conda activate 虚拟环境
降低tensorboard版本为2.12.0
pip install tensorboard==2.12.0