Installation

Requirements

  • python >= 3.6

  • pytorch >= 1.6 (install here)

Installation

In your terminal, type:

pip install xitorch

Or if you want to install from source, type:

git clone https://github.com/xitorch/xitorch/
cd xitorch
pip install -e .