Commit 9fb116b3 authored by Hang Zhang's avatar Hang Zhang
Browse files

docs

parent 2e8d0f78
......@@ -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.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment