Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SkafteNicki committed Jan 15, 2025
2 parents 68248b2 + 6132951 commit 7ddd435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion s1_development_environment/deep_learning_software.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**
Expand Down
1 change: 1 addition & 0 deletions s5_continuous_integration/pre_commit.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ this will make sure that the file is automatically executed whenever we run `git
- id: ruff-format
# validate if all is fine with preview mode
- id: ruff
```

8. (Optional) Add more hooks to your `.pre-commit-config.yaml`.

Expand Down

0 comments on commit 7ddd435

Please sign in to comment.