microsoft/AI-For-Beginners

Public

mirrored fromhttps://github.com/microsoft/AI-For-BeginnersAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
278c50a748972c5ee148537f45d25a9a773b32ee

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.devcontainer/environment.yml

23lines · modepreview

name: ai4beg
channels:
  - defaults
dependencies:
  - ipykernel=6.4.1
  - ipython=7.27.0
  - ipywidgets=7.6.5
  - jupyter=1.0.0
  - matplotlib=3.4.2
  - numpy=1.22.3
  - python=3.8.12
  - requests=2.26.0
  - scikit-learn=0.24.2
  - scipy=1.6.2
  - pip=21.0.1
  - conda-forge::opencv=4.5
  - setuptools=58.0.4
  - pytorch::pytorch=1.11.0
  - pytorch::torchtext=0.12.0
  - pytorch::torchvision=0.12.0
  - pytorch::torchdata=0.3.0
  - pip:
    - -r requirements.txt