From 031401a3ddb11e48cb3a9364a51806ec131c6398 Mon Sep 17 00:00:00 2001 From: Igor Date: Sat, 30 Mar 2024 11:16:25 +0100 Subject: [PATCH] Remove unrelated instruction regarding plot_all There is plot_all in Notebook 3.1, but it's enabled by default there, is out of place. --- Notebooks/Chap04/4_1_Composing_Networks.ipynb | 2 +- Notebooks/Chap04/4_3_Deep_Networks.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Notebooks/Chap04/4_1_Composing_Networks.ipynb b/Notebooks/Chap04/4_1_Composing_Networks.ipynb index 83cbe73..284fdd3 100644 --- a/Notebooks/Chap04/4_1_Composing_Networks.ipynb +++ b/Notebooks/Chap04/4_1_Composing_Networks.ipynb @@ -134,7 +134,7 @@ { "cell_type": "markdown", "source": [ - "Let's define two networks. We'll put the prefixes n1_ and n2_ before all the variables to make it clear which network is which. We'll just consider the inputs and outputs over the range [-1,1]. If you set the \"plot_all\" flat to True, you can see the details of how they were created." + "Let's define two networks. We'll put the prefixes n1_ and n2_ before all the variables to make it clear which network is which. We'll just consider the inputs and outputs over the range [-1,1]." ], "metadata": { "id": "LxBJCObC-NTY" diff --git a/Notebooks/Chap04/4_3_Deep_Networks.ipynb b/Notebooks/Chap04/4_3_Deep_Networks.ipynb index cf65528..5754e95 100644 --- a/Notebooks/Chap04/4_3_Deep_Networks.ipynb +++ b/Notebooks/Chap04/4_3_Deep_Networks.ipynb @@ -118,7 +118,7 @@ { "cell_type": "markdown", "source": [ - "Let's define a network. We'll just consider the inputs and outputs over the range [-1,1]. If you set the \"plot_all\" flat to True, you can see the details of how it was created." + "Let's define a network. We'll just consider the inputs and outputs over the range [-1,1]." ], "metadata": { "id": "LxBJCObC-NTY"