From 29d7fb588c8e0adadfa449366acd7bde5184d6a8 Mon Sep 17 00:00:00 2001 From: Raimo Sieber <188339217+RaimoSieber@users.noreply.github.com> Date: Fri, 10 Jan 2025 16:57:37 +0100 Subject: [PATCH] Fixed typo in path in text to match path in code solution --- s1_development_environment/deep_learning_software.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s1_development_environment/deep_learning_software.md b/s1_development_environment/deep_learning_software.md index 07309122f..94a4b8cfa 100644 --- a/s1_development_environment/deep_learning_software.md +++ b/s1_development_environment/deep_learning_software.md @@ -172,7 +172,7 @@ pip install gdown gdown --folder 'https://drive.google.com/drive/folders/1ddWeCcsfmelqxF8sOGBihY9IU98S9JRP?usp=sharing' ``` -The data should be placed in a folder subfolder called `data/corruptedmnist` in the root of the project. Your overall +The data should be placed in a folder subfolder called `data/corruptmnist` in the root of the project. Your overall task is the following: > **Implement an MNIST neural network that achieves at least 85% accuracy on the test set.**