Correct environments

This commit is contained in:
Dmitri Soshnikov 2022-05-25 11:40:07 +03:00
parent 88034d5114
commit 1e959411f8
4 changed files with 65 additions and 365 deletions

View File

@ -1,7 +1,5 @@
name: ai4beg
channels:
- pytorch
- conda-forge
- defaults
dependencies:
- ipykernel=6.4.1
@ -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

View File

@ -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:

View File

@ -1,7 +1,5 @@
name: ai4beg
channels:
- pytorch
- conda-forge
- defaults
dependencies:
- ipykernel=6.4.1
@ -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

File diff suppressed because one or more lines are too long