Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghang1989 committed Oct 5, 2017
1 parent 2e8d0f7 commit 9fb116b
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,4 @@
```
If you would like to reproduce the texture recognition benchmark in the paper, please visit our original [Torch implementation](https://github.com/zhanghang1989/Deep-Encoding).

## Installation
- :bangbang:Install PyTorch from source to the **`$HOME`** directory
* Please follow the [PyTorch tutorial](https://github.com/pytorch/pytorch#install-pytorch).
* If you are not professional, please follow the instruction, otherwise see [this issue](https://github.com/zhanghang1989/PyTorch-Encoding/issues/6) to change the path manually.

- Install this package
* Clone the repo
```bash
git clone git@github.com:zhanghang1989/PyTorch-Encoding-Layer.git && cd PyTorch-Encoding-Layer
```
* On Linux
```bash
python setup.py install
```
* On OSX
```bash
MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ python setup.py install
```
Please visit the [Docs](http://hangzh.com/PyTorch-Encoding/) for detail installation instructions and usage examples.

0 comments on commit 9fb116b

Please sign in to comment.