From 83497b1f78ba0dea1bd72423303293d515ef0b4f Mon Sep 17 00:00:00 2001 From: Zoltan Date: Wed, 20 Dec 2023 13:12:55 -0500 Subject: [PATCH] update ipynb to trigger workflow --- tutorials/Bonus_Autoencoders/Bonus_Tutorial1.ipynb | 2 -- 1 file changed, 2 deletions(-) diff --git a/tutorials/Bonus_Autoencoders/Bonus_Tutorial1.ipynb b/tutorials/Bonus_Autoencoders/Bonus_Tutorial1.ipynb index 83b60022b4..715857b235 100644 --- a/tutorials/Bonus_Autoencoders/Bonus_Tutorial1.ipynb +++ b/tutorials/Bonus_Autoencoders/Bonus_Tutorial1.ipynb @@ -46,8 +46,6 @@ "\n", "The primary task is to reconstruct output images based on a compressed representation of the inputs. This task teaches the network which details to throw away while still producing images that are similar to the inputs.\n", "\n", - " \n", - "\n", "A fictitious *MNIST cognitive task* bundles more elaborate tasks such as removing noise from images, guessing occluded parts, and recovering original image orientation. We use the handwritten digits from the MNIST dataset since it is easier to identify similar images or issues with reconstructions than in other types of data, such as spiking data time series.\n", "\n", " \n",