Simple way to visualize a TensorFlow graph in Jupyter?

后端 未结 7 2023
滥情空心
滥情空心 2020-11-30 17:24

The official way to visualize a TensorFlow graph is with TensorBoard, but sometimes I just want a quick look at the graph when I\'m working in Jupyter.

Is there a qu

7条回答
  •  囚心锁ツ
    2020-11-30 17:45

    I wrote a Jupyter extension for tensorboard integration. It can:

    1. Start tensorboard just by clicking a button in Jupyter
    2. Manage multiple tensorboard instances.
    3. Seamless integration with Jupyter interface.

    Github: https://github.com/lspvic/jupyter_tensorboard

提交回复
热议问题