Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 556 Bytes

INSTALL.md

File metadata and controls

27 lines (18 loc) · 556 Bytes

Installation

Python version >=3.8(conda) is required.

0. Clone the repo

https://github.com/kim-younghan/TSIT
cd TSIT

1. (Optional) Create a conda environment

conda create -n TSIT python=3.8.*
conda activate TSIT

2. Install TensorFlow

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.

3. Install other dependencies

pip install -r requirements.txt