From 336ad754816df31887e3c40f3994dd7b4679dd7c Mon Sep 17 00:00:00 2001 From: Andrew Schreiber Date: Sun, 28 Jan 2018 20:07:14 -0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index c452889..3027186 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,18 @@ def train_dogs_vs_cats(exp): # Get Experiment object as argument to function. model.fit() exp.metric(model.accuracy()) ``` + +## Tensorboard auto-instrumentation. +If you use Tensorboard for monitoring, Hyperdash can monitor the same `tfevents` files. Simply point the Hyperdash SDK to your log directory. For example if you start tensorboard in Terminal like this: +```bash +tensorboard --logdir=/tmp/tensorflow_logs +``` +You would run in a seperate terminal tab: +```bash +hd tensorboard -n ModelNameHere --logdir=/tmp/tensorflow_logs +``` +Then Hyperdash will automatically categorize all future tensorflow runs in the same directory under the same model name. You'll even get push notifications and real-time metrics! + ## API Keys ### Storage