Skip to content

Commit

Permalink
update slides
Browse files Browse the repository at this point in the history
  • Loading branch information
SkafteNicki committed Jan 7, 2025
1 parent 2d9879b commit 4acc0ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
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 @@ -169,7 +169,7 @@ these two commands:

```bash
pip install gdown
gdown --folder https://drive.google.com/drive/folders/1ddWeCcsfmelqxF8sOGBihY9IU98S9JRP?usp=sharing
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
Expand Down
2 changes: 1 addition & 1 deletion s2_organisation_and_version_control/dvc.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ it contains excellent tutorials.
```bash
pip install gdown
gdown --folder https://drive.google.com/drive/folders/1JTjbom7IrB41Chx6uxLCN16ZwIxHHVw1?usp=sharing
gdown --folder 'https://drive.google.com/drive/folders/1JTjbom7IrB41Chx6uxLCN16ZwIxHHVw1?usp=sharing'
```
Copy the data to your `data/raw` folder and then rerun your data pipeline to incorporate the new data into the
Expand Down
Binary file modified slides/IntroToMLOps.pdf
Binary file not shown.

0 comments on commit 4acc0ab

Please sign in to comment.