TFNNTools is a small collection of Deep Learning tool for TensorFlow. It is intended to merge the common code of different project of the Swiss Data Science Center (SDSC).
Since this is intented as a package for developpement, we highly suggest to install it with a simlink.
git clone [email protected]:nperraud/tfnntools.git
cd tfnntools
pip install -r requirements.txt
pip install -e .