Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kainoj/colnet
Browse files Browse the repository at this point in the history
  • Loading branch information
kainoj committed Jan 23, 2019
2 parents 89bef2f + 1a2730c commit 9e9c385
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ $ make split
```

### Requirements
Python (3.6.3), pytorch (0.4.1), torchvision (0.2.1), skimage (0.14.1), numpy (1.15.2), Jupyter Notebook(4.4.0)
Code is written in Python 3.6.3. [Here](requirements.txt) are all requirements, hit the following to install:
```bash
pip3 install -r requirements.txt
```


### Network training
Expand Down

0 comments on commit 9e9c385

Please sign in to comment.