# PyTorch-Encoding-Layer **Deep TEN: Texture Encoding Network** [[arXiv]](https://arxiv.org/pdf/1612.02844.pdf) [Hang Zhang](http://hangzh.com/), [Jia Xue](http://jiaxueweb.com/), [Kristin Dana](http://eceweb1.rutgers.edu/vision/dana.html) ``` @article{zhang2016deep, title={Deep TEN: Texture Encoding Network}, author={Zhang, Hang and Xue, Jia and Dana, Kristin}, journal={arXiv preprint arXiv:1612.02844}, year={2016} } ``` ## [Documentation](http://hangzh.com/PyTorch-Encoding/) Please visit the [**Docs**](http://hangzh.com/PyTorch-Encoding/) for detail instructions of installation and usage. (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).)