Skip to content

Commit

Permalink
Changed incorrect path 'data/corruptedmnist' to correct path 'data/co…
Browse files Browse the repository at this point in the history
…rruptmnist'. Yes this caused me 30min of debugging at 3AM as it made ChatGPT generate an incorrect code template (SkafteNicki#224)
  • Loading branch information
JonatanRasmussen authored Jan 6, 2024
1 parent f46da45 commit 8bfe69e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions s1_development_environment/deep_learning_software.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ production. However, it is important to have a basic understanding of the concep
### Final exercise

As the final exercise we will develop a simple baseline model which we will continue to develop on during the course.
For this exercise we provide the data in the `data/corruptedmnist` folder. Do **NOT** use the data in the
`corruptedmnist_v2` folder as that is intended for another exercise. As the name suggest this is a (subsampled)
For this exercise we provide the data in the `data/corruptmnist` folder. Do **NOT** use the data in the
`corruptmnist_v2` folder as that is intended for another exercise. As the name suggest this is a (subsampled)
corrupted version of regular [MNIST](https://en.wikipedia.org/wiki/MNIST_database). Your overall task is the following:

> **Implement a MNIST neural network that achieves at least 85 % accuracy on the test set.**
Expand Down

0 comments on commit 8bfe69e

Please sign in to comment.