charlsonso / python-tensorflow-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tb_script.py

example script to run tensorboard. use the command

tensorboard --logdir tb_logs/ --host localhost --port 6006

to visualize the graph.

Use ssh -N -L localhost:8887:0.0.0.0:6006 username@remote_server for port forwarding.

About


Languages

Language:Python 100.0%