Skip to content

Update conda module to be more general #190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ markdown_extensions:
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences

plugins:
- search
Expand All @@ -72,7 +73,7 @@ nav:
- S1 - Development Environment 💻:
- s1_development_environment/README.md
- M1 - The command line: s1_development_environment/command_line.md
- M2 - Conda: s1_development_environment/conda.md
- M2 - Package Manager: s1_development_environment/package_manager.md
- M3 - Editor: s1_development_environment/editor.md
- M4 - Deep Learning Software: s1_development_environment/deep_learning_software.md
- S2 - Organisation and Version Control 📁:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Documentation
mkdocs-material>=9.1.6
mkdocs-material>=9.4.6
mkdocs-glightbox>=0.3.2
mkdocs-material-extensions
pymdown-extensions>=1.1.1
Expand Down
5 changes: 3 additions & 2 deletions s10_extra/high_performance_clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@ of cluster. For the purpose of this exercise we are going to see how we can run
start by opening a terminal.

1. Lets start by setting up conda for controlling our dependencies. If you have not already worked with `conda`,
please checkout module [M2 on conda](../s1_development_environment/conda.md). In general you should be able to
setup (mini)conda through these two commands:
please checkout module
[M2 on package managers and virtual environments](../s1_development_environment/package_manager.md). In general
you should be able to setup (mini)conda through these two commands:

```bash
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
Expand Down
10 changes: 5 additions & 5 deletions s1_development_environment/command_line.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
!!! info "Core Module"

<figure markdown>
![Image](../figures/terminal_power.jpg){ width="500" }
<figcaption> <a href="https://twitter.com/rorypreddy/status/1257336536477171712"> Image credit </a> </figcaption>
![Image](../figures/terminal_power.jpg){ width="500" }
<figcaption> <a href="https://twitter.com/rorypreddy/status/1257336536477171712"> Image credit </a> </figcaption>
</figure>

Contrary to popular belief, the command line (also commonly known as the *terminal*) is not a mythical being that has
Expand Down Expand Up @@ -115,7 +115,7 @@ command line.

3. Try to Google how to write a simple for-loop that executes the python script 10 times in a row.

## Knowledge check
## 🧠 Knowledge check

??? question "Knowledge question 1"

Expand Down Expand Up @@ -155,5 +155,5 @@ This ends the module on the command line. If you are still not comfortable worki
we are going to use it extensively throughout the course. If you want to spend additional time on this topic, we highly
recommend that you [watch this video](https://www.youtube.com/watch?v=oxuRxtrO2Ag) on how to use the command line.

If you are interested in personalizing your terminal, you can check out the [starship](https://starship.rs/) project,
that allows you to customize your terminal with a lot of different options.
If you are interested in personalizing your command line, you can check out the [starship](https://starship.rs/)
project, that allows you to customize your command line with a lot of different options.
103 changes: 0 additions & 103 deletions s1_development_environment/conda.md

This file was deleted.

Loading