Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
layumi authored Aug 30, 2024
1 parent 615ed56 commit ee4dd59
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,14 +294,18 @@ We have successfully run the code based on numpy 1.12.1 and 1.13.1 .
## Getting started
### Installation
- Install Pytorch from http://pytorch.org/
- [Optional] You may skip it. Usually it comes with pytorch. Install Torchvision from the source
- Install required packages
```bash
pip install -r requirement.txt
```
- [Optional] You may skip it. Usually it comes with pytorch. Install Torchvision from the source
```bash
git clone https://github.com/pytorch/vision
cd vision
python setup.py install
```
- [Optional] You may skip it. Install apex from the source
```
```bash
git clone https://github.com/NVIDIA/apex.git
cd apex
python setup.py install --cuda_ext --cpp_ext
Expand Down

0 comments on commit ee4dd59

Please sign in to comment.