finish chapter 6

This commit is contained in:
Joseph Hopfmüller
2022-10-17 13:04:51 +02:00
parent 31147133b6
commit 3ce77417fe
9 changed files with 155 additions and 6 deletions

View File

@@ -10,4 +10,13 @@ pyenv local 3.7.7
source bin/activate
```
video is in directory "Video"
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
```