tensorboard报错AttributeError: module 'tensorflow' has no attribute 'train'

原因是我的模型是在Anaconda环境下跑的。所以要在Anaconda Prompt内激活tensorboard。如果在终端激活tensorboard就会有标题错误。

你可能感兴趣的:(tensorboard报错AttributeError: module 'tensorflow' has no attribute 'train')