Skip to content

Commit

Permalink
Added tips & tricks file (tensorboard)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pidem committed Jun 25, 2019
1 parent e24c72e commit a3adeb9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Tips&Tricks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### Visualize Graph in Tensorboard

1. `tensorboard --logdir=/tmp/tensorflow_logdir`
2. `$python import_pb_to_tensorboard.py --model_dir /tmp/path_to.pb --log_dir /tmp/tensorflow_logdir `
3. Access http://localhost:6006

0 comments on commit a3adeb9

Please sign in to comment.