Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 362 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 362 Bytes

irnn

Requirements


  • Pytorch
  • conda install mkl mkl-include
  • icc (if you only have gcc, please modify the CMakeList.txt line1 and line2)

Installation


mkdir build
cd build
cmake ..
make
cd ../pytorch_binding
python setup.py install

Contributer


Thanks your contribution from qidu he and shu zhang.