Skip to content

Instantly share code, notes, and snippets.

@engalar
Created November 3, 2017 06:20
Show Gist options
  • Save engalar/51b98b53c93660e65a1bf7f227fe1583 to your computer and use it in GitHub Desktop.
Save engalar/51b98b53c93660e65a1bf7f227fe1583 to your computer and use it in GitHub Desktop.
python code to open tensorboard
import tensorboard.main as tb
tb.FLAGS.logdir='log'
tb.main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment