A Jupyter Notebook tutorial on Deep Learning with TensorFlow. Here are the steps to run the TensorBoard enhanced deep learning tutorial:
- Specify the "logs_path" variable in the script file DeepLearningTensorFlowTutorial.py
- Run "python DeepLearningTensorFlowTutorial.py" from the command-line
- Once the python file has been run, execute "tensorboard --logdir=run1:your_logs_path --port 6006"
- Use your web browser to navigate to http://127.0.1.1:6006 to see the TensorBoard Note: Be sure to replace 'your_logs_path' with the actual path where you want to store logs.