Installation

transtab was tested on Python 3.7+, PyTorch 1.8.0+. Please follow the Installation instructions below for the torch version and CUDA device you are using:

PyTorch Installation Instructions.

After that, PyTrial can be downloaded directly using pip.

pip install pytrial

or

pip install git+https://github.com/RyanWangZf/pytrial.git

Alternatively, you can clone the project and install from local

git clone https://github.com/RyanWangZf/pytrial.git
cd pytrial
pip install .

Troubleshooting:

  1. TBD