项目作者: kkoehncke

项目描述 :
Example of how to use TensorBoard in TensorFlow
高级语言: Jupyter Notebook
项目地址: git://github.com/kkoehncke/TensorBoard_For_Beginners.git
创建时间: 2018-05-11T19:06:43Z
项目社区:https://github.com/kkoehncke/TensorBoard_For_Beginners

开源协议:

下载


TensorBoard_Example

Example of how to use TensorBoard in TensorFlow

Setup

Either clone or download the repo then run the following command inside the directory where the project is located:

  1. pip install requirements.txt

This will ensure that you have the correct packages installed in order to run the notebook

Note: If you do not have Jupyter installed, run the following command:

  1. pip install jupyter
  2. `

Running Notebook

Once you have the appropriate packages installed, navigate to the project directory in two separate terminals and run the following commands:

  1. #Terminal 1
  2. jupyter notebook
  3. #Terminal 2
  4. tensorboard --logdir="/tmp/kings_county"