Skip to content

Commit

Permalink
Correct environments
Browse files Browse the repository at this point in the history
  • Loading branch information
shwars committed May 25, 2022
1 parent 88034d5 commit 1e95941
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 345 deletions.
10 changes: 4 additions & 6 deletions .devcontainer/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: ai4beg
channels:
- pytorch
- conda-forge
- defaults
dependencies:
- ipykernel=6.4.1
Expand All @@ -17,9 +15,9 @@ dependencies:
- pip=21.0.1
- setuptools=58.0.4
- tensorflow-base=2.3.0
- pytorch=1.11.0
- torchtext=0.12.0
- torchvision=0.12.0
- torchdata=0.3.0
- pytorch::pytorch=1.11.0
- pytorch::torchtext=0.12.0
- pytorch::torchvision=0.12.0
- pytorch::torchdata=0.3.0
- pip:
- -r requirements.txt
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ Some sections also contain links to **MS Learn** modules that cover related topi

# Getting Started

**Students**, there are a couple of ways to use the curriculum. First of all, you can just read the text and look through the code directly on GitHub. If you want to run the code in any of the notebooks - [read our instructions](etc/how-to-run.md), and find more advice on how to do it [in this blog post](https://soshnikov.com/education/how-to-execute-notebooks-from-github/).
**Students**, there are a couple of ways to use the curriculum. First of all, you can just read the text and look through the code directly on GitHub. If you want to run the code in any of the notebooks - [read our instructions](./etc/how-to-run.md), and find more advice on how to do it [in this blog post](https://soshnikov.com/education/how-to-execute-notebooks-from-github/).

> **Note**: [Instructions on how to run the code in this curriculum](etc/how-to-run.md)
> **Note**: [Instructions on how to run the code in this curriculum](./etc/how-to-run.md)
However, if you would like to take the course as a self-study project, we suggest that you fork the entire repo to your own GitHub account and complete the exercises on your own or with a group:

Expand Down
7 changes: 5 additions & 2 deletions binder/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: ai4beg
channels:
- pytorch
- conda-forge
- defaults
dependencies:
- ipykernel=6.4.1
Expand All @@ -14,7 +12,12 @@ dependencies:
- requests=2.26.0
- scikit-learn=0.24.2
- scipy=1.6.2
- pip=21.0.1
- setuptools=58.0.4
- tensorflow-base=2.3.0
- pytorch::pytorch=1.11.0
- pytorch::torchtext=0.12.0
- pytorch::torchvision=0.12.0
- pytorch::torchdata=0.3.0
- pip:
- -r requirements.txt
369 changes: 34 additions & 335 deletions lessons/4-ComputerVision/12-Segmentation/lab/BodySegmentation.ipynb

Large diffs are not rendered by default.

0 comments on commit 1e95941

Please sign in to comment.