finish chapter 6
This commit is contained in:
11
README.md
11
README.md
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user