Skip to content

Commit

Permalink
torch version required to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
darkliang committed Apr 9, 2023
1 parent a7c83ea commit 8133e30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/0.get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
git clone https://github.com/ShiqiYu/OpenGait.git
```
2. Install dependenices:
- pytorch >= 1.6
- pytorch >= 1.10
- torchvision
- pyyaml
- tensorboard
Expand All @@ -17,12 +17,12 @@
Install dependenices by [Anaconda](https://conda.io/projects/conda/en/latest/user-guide/install/index.html):
```
conda install tqdm pyyaml tensorboard opencv kornia -c conda-forge
conda install pytorch==1.6.0 torchvision -c pytorch
conda install pytorch==1.10 torchvision -c pytorch
```
Or, Install dependenices by pip:
```
pip install tqdm pyyaml tensorboard opencv-python kornia
pip install torch==1.6.0 torchvision==0.7.0
pip install torch==1.10 torchvision==0.11
```
## Prepare dataset
See [prepare dataset](2.prepare_dataset.md).
Expand Down

0 comments on commit 8133e30

Please sign in to comment.