Skip to content

Latest commit

 

History

History

tfnntools

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

TensorFlow Neural Network Tools

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).

Installation

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 .