Python version >=3.8(conda) is required.
https://github.com/kim-younghan/TSIT
cd TSIT
conda create -n TSIT python=3.8.*
conda activate TSIT
TensorFlow 2 is used in this repository. If cpu version needed, please delete tensorflow
in requirements.txt and follow the official installation guide to install TensorFlow.
pip install -r requirements.txt