Skip to content

Commit

Permalink
Update conda module to be more general (SkafteNicki#190)
Browse files Browse the repository at this point in the history
* add learning objectives

* change name from conda to package manager

* change data

* smaller changes to modules

* update conda module to be more general

* change final exercise module

* fix broken external link
  • Loading branch information
SkafteNicki authored Oct 27, 2023
1 parent 9dbd7a0 commit 924c124
Show file tree
Hide file tree
Showing 55 changed files with 415 additions and 222 deletions.
Binary file removed data/corruptmnist/test.npz
Binary file not shown.
Binary file added data/corruptmnist/test_images.pt
Binary file not shown.
Binary file added data/corruptmnist/test_target.pt
Binary file not shown.
Binary file removed data/corruptmnist/train_0.npz
Binary file not shown.
Binary file removed data/corruptmnist/train_1.npz
Binary file not shown.
Binary file removed data/corruptmnist/train_2.npz
Binary file not shown.
Binary file removed data/corruptmnist/train_3.npz
Binary file not shown.
Binary file removed data/corruptmnist/train_4.npz
Binary file not shown.
Binary file added data/corruptmnist/train_images_0.pt
Binary file not shown.
Binary file added data/corruptmnist/train_images_1.pt
Binary file not shown.
Binary file added data/corruptmnist/train_images_2.pt
Binary file not shown.
Binary file added data/corruptmnist/train_images_3.pt
Binary file not shown.
Binary file added data/corruptmnist/train_images_4.pt
Binary file not shown.
Binary file added data/corruptmnist/train_images_5.pt
Binary file not shown.
Binary file added data/corruptmnist/train_target_0.pt
Binary file not shown.
Binary file added data/corruptmnist/train_target_1.pt
Binary file not shown.
Binary file added data/corruptmnist/train_target_2.pt
Binary file not shown.
Binary file added data/corruptmnist/train_target_3.pt
Binary file not shown.
Binary file added data/corruptmnist/train_target_4.pt
Binary file not shown.
Binary file added data/corruptmnist/train_target_5.pt
Binary file not shown.
Binary file removed data/corruptmnist_v2/train_5.npz
Binary file not shown.
Binary file removed data/corruptmnist_v2/train_6.npz
Binary file not shown.
Binary file removed data/corruptmnist_v2/train_7.npz
Binary file not shown.
Binary file added data/corruptmnist_v2/train_images_6.pt
Binary file not shown.
Binary file added data/corruptmnist_v2/train_images_7.pt
Binary file not shown.
Binary file added data/corruptmnist_v2/train_images_8.pt
Binary file not shown.
Binary file added data/corruptmnist_v2/train_images_9.pt
Binary file not shown.
Binary file added data/corruptmnist_v2/train_target_6.pt
Binary file not shown.
Binary file added data/corruptmnist_v2/train_target_7.pt
Binary file not shown.
Binary file added data/corruptmnist_v2/train_target_8.pt
Binary file not shown.
Binary file added data/corruptmnist_v2/train_target_9.pt
Binary file not shown.
Binary file added figures/conda_activate.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/standards.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion mkdocs.yml
2 changes: 1 addition & 1 deletion requirements.txt
5 changes: 3 additions & 2 deletions s10_extra/high_performance_clusters.md
10 changes: 5 additions & 5 deletions s1_development_environment/command_line.md
103 changes: 0 additions & 103 deletions s1_development_environment/conda.md

This file was deleted.

123 changes: 73 additions & 50 deletions s1_development_environment/deep_learning_software.md
44 changes: 26 additions & 18 deletions s1_development_environment/editor.md
26 changes: 0 additions & 26 deletions s1_development_environment/exercise_files/helper.py
243 changes: 243 additions & 0 deletions s1_development_environment/package_manager.md
2 changes: 1 addition & 1 deletion s2_organisation_and_version_control/code_structure.md
2 changes: 1 addition & 1 deletion s2_organisation_and_version_control/git.md
2 changes: 1 addition & 1 deletion s3_reproducibility/README.md
2 changes: 1 addition & 1 deletion s3_reproducibility/docker.md
8 changes: 5 additions & 3 deletions s4_debugging_and_logging/README.md
13 changes: 12 additions & 1 deletion s5_continuous_integration/README.md
2 changes: 1 addition & 1 deletion s5_continuous_integration/unittesting.md
10 changes: 10 additions & 0 deletions s6_the_cloud/README.md
2 changes: 1 addition & 1 deletion s6_the_cloud/cloud_setup.md
2 changes: 1 addition & 1 deletion s9_scalable_applications/data_loading.md
23 changes: 23 additions & 0 deletions tools/corrupt_mnist.py

0 comments on commit 924c124

Please sign in to comment.