Skip to content

Commit

Permalink
update dependency information in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LiyuanLucasLiu committed Sep 9, 2018
1 parent 5f336cf commit 724e04a
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,12 @@ Please cite the following two papers if you are using our tool. Thanks!

## Dependencies

First, let's create a conda environment using Python 3 and pytorch 0.3.0.
The dependent package for this project is listed as below:
```
conda create -n env_autoner python=3 mkl=2018 pytorch=0.3.0 -c pytorch -c intel
```
Then, activate this environment.
```
source activate env_autoner
```
Install some more packages (i.e., ```tqdm``` and ```tensorboardx```).
```
conda install -c conda-forge tqdm
conda install -c conda-forge tensorboardx
numpy==1.13.1
tqdm
torch-scope
pytorch==0.4.1
```

## Command
Expand Down

0 comments on commit 724e04a

Please sign in to comment.