Installation

T3f assumes you have Python 3.6 and a working TensorFlow installation (tested with TF 2.4, see here for TF installation instructions).

We don’t include TF into pip requirements since the installation of TensorFlow varies depending on your setup.

Then, to install the stable version, run

pip install t3f

To install the latest version, run

git clone https://github.com/Bihaqo/t3f.git
cd t3f
pip install .