Installation

T3f assumes you have Python 2.7, 3.4, 3.5, or 3.6 and a working TensorFlow installation (tested versions are from 1.12 to 1.14, 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 .

Note that using the neural module (t3f.nn) may require additional dependencies such as Keras.