From a82b3267e1b7b1623f4c852aac9870c02a850d4d Mon Sep 17 00:00:00 2001 From: sushreebarsa <84765720+sushreebarsa@users.noreply.github.com> Date: Sun, 12 Dec 2021 17:36:45 +0530 Subject: [PATCH] Update autoencoder.ipynb Changed the word from Fashon to Fashion --- site/en/tutorials/generative/autoencoder.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/en/tutorials/generative/autoencoder.ipynb b/site/en/tutorials/generative/autoencoder.ipynb index d2af1c3a345..0b5e78adc55 100644 --- a/site/en/tutorials/generative/autoencoder.ipynb +++ b/site/en/tutorials/generative/autoencoder.ipynb @@ -117,7 +117,7 @@ }, "source": [ "## Load the dataset\n", - "To start, you will train the basic autoencoder using the Fashon MNIST dataset. Each image in this dataset is 28x28 pixels. " + "To start, you will train the basic autoencoder using the Fashion MNIST dataset. Each image in this dataset is 28x28 pixels. " ] }, {