我想显示一些Tensorboard数据在我的木Jupyter Notebook,其中有互动滑块的超级参数。
我能否以某种方式直接在Jupyter Notebook中输出我的TensorBoard数据?
发布于 2018-08-10 14:24:59
可以使用jupyter_tensorboard(https://github.com/lspvic/jupyter_tensorboard)包。
在终端中运行以下命令:
pip install jupyter-tensorboard然后重新启动Jupyter Notebook,你将在JN菜单中看到以下选项:

如果你想在Jupyter Notebook中呈现tf.gram(),请告诉我,我将提供示例代码
https://stackoverflow.com/questions/-100002068
复制相似问题