This is a generic cnn deep-learning package, including all necessary modules including data management, training models management and task queue. The package is currently mainly used for Tensorflow, but can be extended to other frameworks in the future.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Please make sure you have CUDA-9.1, CUDNN 7.0, Tensorflow 1.4.1 installed
Please use the following command to install all necessary packages
pip install -r requirements.txt
This project is licensed under the GPL License - see the LICENSE file for details