AD Teaching Wiki
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

FrontPage

Links

  • Daphne

  • Forum

  • Rules

  • SVN

  • SVN cheatsheet

  • PyTorch cheatsheet

  • Linux Image

  • IR TimeSlots

Previous Courses

  • WS 22/23

  • WS 21/22

  • WS 19/20

  • WS 18/19

  • WS 17/18

  • WS 16/17

  • WS 15/16

  • WS 13/14

  • WS 12/13

Revision 5 as of 2023-10-11 16:16:27
AD Teaching Wiki:
  • InformationRetrievalWS2324
  • PythonEnv

Python environment

Required packages:

  • flake8 6.1.0

  • mypy 1.6.0

  • torch 2.1.0 *CPU only version

  • numpy 1.26.0

Copy the following lines into a text file named requirements.txt

flake8==6.1.0
mypy==1.6.0
numpy==1.26.0
--index-url https://download.pytorch.org/whl/cpu
torch==2.1.0

and run pip install -r requirements.txt to install all of the packages above.

  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01