Files
pytorch_learn/README.md
Joseph Hopfmüller 3ce77417fe finish chapter 6
2022-10-17 13:04:51 +02:00

592 B

pytorch playground

I'm working through the video Deep Learning with PyTorch - Full Course by Python Engineer

the file names match the chapters in the video

  • switch to python version 3.7.7 (newer should work, but it matches the version in the current project i need pytorch for)
  • source venv
pyenv local 3.7.7
source bin/activate

create venv:

python -m venv .

install requirements

python -m pip install --upgrade pip
pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116