notebook中安装tensorboard方法


# 1. 安装tensorflow

pip install tensorflow(-gpu)>=1.3.0

# 2. 安装 notebook所需要的 tensorboard

pip install jupyter-tensorboard 
 
# 3. 显示tensorboard在 jupyter notebook 页面上

/conda安装路径/bin/jupyter-tensorboard enable
发布了157 篇原创文章 · 获赞 85 · 访问量 34万+

猜你喜欢

转载自blog.csdn.net/Areigninhell/article/details/103634442
今日推荐