Joseph Hopfmüller 7789767a7b edit 13_feedforward.py
2023-01-01 19:45:09 +01:00
2022-10-17 14:58:38 +02:00
2022-10-17 00:27:39 +02:00
2022-10-17 13:04:51 +02:00
2022-10-22 10:17:41 +02:00
2022-10-17 16:25:41 +02:00
2022-10-16 23:10:06 +02:00
2022-10-17 00:27:39 +02:00
2022-10-17 13:04:51 +02:00
2022-10-17 13:04:51 +02:00
2022-10-17 13:04:51 +02:00
2022-10-17 13:04:51 +02:00
2022-10-17 14:58:38 +02:00
2022-10-17 14:58:38 +02:00
2022-10-17 14:58:38 +02:00
2022-10-17 14:58:38 +02:00
2022-10-17 16:25:41 +02:00
2022-10-17 17:01:17 +02:00
2022-10-17 16:25:41 +02:00
2022-10-17 16:25:41 +02:00
2023-01-01 19:45:09 +01:00
2022-10-21 17:29:09 +02:00
2022-10-21 17:29:09 +02:00
2022-10-22 10:17:41 +02:00
2022-10-17 14:58:38 +02:00
2022-10-17 13:04:51 +02:00
2022-10-22 10:17:41 +02:00

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
Description
No description provided
Readme 834 KiB
Languages
Python 100%