Skip to content

Instantly share code, notes, and snippets.

@hsiaoer
Created March 16, 2018 20:43
Show Gist options
  • Save hsiaoer/ae2f5e0b89b160ba9b01ad66f332ba18 to your computer and use it in GitHub Desktop.
Save hsiaoer/ae2f5e0b89b160ba9b01ad66f332ba18 to your computer and use it in GitHub Desktop.
run_tb.sh
# From anywhere though I suggest you make it outside of the git repos
mkdir training_summaries
# Runs tensorboard in the background at http://localhost:6006
tensorboard --logdir training_summaries &
# Using my modified import_pb_to_tensorboard.py in the tensorflow repo (feel free to edit to your liking)
import_pb_to_tensorboard.py --model_dir /tmp/mnist_graph_def_with_ckpts/graph.pbtxt --log_dir training_summaries/mnist --graph_type=PbTxt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment