Created
November 3, 2017 06:20
-
-
Save engalar/51b98b53c93660e65a1bf7f227fe1583 to your computer and use it in GitHub Desktop.
python code to open tensorboard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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