From 223bd971d13d744c00f3283a8bf57ecc5b4fbfe5 Mon Sep 17 00:00:00 2001 From: Matt Graham Date: Wed, 18 Jan 2017 13:14:03 +0000 Subject: [PATCH] Clarifying initializers description. --- notebooks/08_Introduction_to_TensorFlow.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/08_Introduction_to_TensorFlow.ipynb b/notebooks/08_Introduction_to_TensorFlow.ipynb index 72eb7e7..57c91da 100644 --- a/notebooks/08_Introduction_to_TensorFlow.ipynb +++ b/notebooks/08_Introduction_to_TensorFlow.ipynb @@ -526,7 +526,7 @@ }, "outputs": [], "source": [ - "Computing a log-likelihood:show_graph(tf.get_default_graph())" + "show_graph(tf.get_default_graph())" ] }, {