From be98b4df14186974ea910f211a1ab0832a6a907f Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Mon, 30 Oct 2023 18:12:54 +0100 Subject: [PATCH] Update 15_2_Wasserstein_Distance.ipynb --- Notebooks/Chap15/15_2_Wasserstein_Distance.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notebooks/Chap15/15_2_Wasserstein_Distance.ipynb b/Notebooks/Chap15/15_2_Wasserstein_Distance.ipynb index 9314dba..10037b0 100644 --- a/Notebooks/Chap15/15_2_Wasserstein_Distance.ipynb +++ b/Notebooks/Chap15/15_2_Wasserstein_Distance.ipynb @@ -29,9 +29,9 @@ { "cell_type": "markdown", "source": [ - "# **Notebook 15.2: Wassserstein Distance**\n", + "# **Notebook 15.2: Wasserstein Distance**\n", "\n", - "This notebook investigates the GAN toy example as illustred in figure 15.1 in the book.\n", + "This notebook investigates the GAN toy example as illustrated in figure 15.1 in the book.\n", "\n", "Work through the cells below, running each cell in turn. In various places you will see the words \"TO DO\". Follow the instructions at these places and make predictions about what is going to happen or write code to complete the functions.\n", "\n",