From acec7d4f7c57d555f9a1f0026dc851ca3773baeb Mon Sep 17 00:00:00 2001 From: Dustin Tran Date: Sun, 28 May 2017 01:07:52 -0700 Subject: [PATCH] update bayesian_nn.py docstring --- examples/bayesian_nn.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/bayesian_nn.py b/examples/bayesian_nn.py index fb0a54ba5..d7f96e8bf 100644 --- a/examples/bayesian_nn.py +++ b/examples/bayesian_nn.py @@ -3,6 +3,8 @@ (see, e.g., Blundell et al. (2015); Kucukelbir et al. (2016)). Inspired by autograd's Bayesian neural network example. +This example prettifies some of the tensor naming for visualization in +TensorBoard. To view TensorBoard, run `tensorboard --logdir=log`. References ----------