Skip to content

Commit

Permalink
Modify USAGE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mingyuliutw committed Feb 24, 2018
1 parent ad8bae9 commit 182b5c8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ We only test our code in the following environment.
- export LD_LIBRARY_PATH=${ANACONDA}/lib:${CUDA_PATH}/bin64:$LD_LIBRARY_PATH
- export C_INCLUDE_PATH=${CUDA_PATH}/include
- Install requirement
1. `sudo apt-get install -y axel imagemagick` (Only used for demo)
2. `conda install pytorch=0.3.0 torchvision cuda90 -y -c pytorch`
3. `conda install -y -c menpo opencv3`
4. `pip install scikit-umfpack`
5. `pip install cupy`
6. `pip install pynvrtc`
- `sudo apt-get install -y axel imagemagick` (Only used for demo)
- `conda install pytorch=0.3.0 torchvision cuda90 -y -c pytorch`
- `conda install -y -c menpo opencv3`
- `pip install scikit-umfpack`
- `pip install -U setuptools`
- `pip install cupy`
- `pip install pynvrtc`

### Download pretrained networks

Expand Down

0 comments on commit 182b5c8

Please sign in to comment.