An open API service indexing awesome lists of open source software.

https://github.com/primozgodec/ndf

NumPy based deep learning package. Made for evaluate already trained models in production.
https://github.com/primozgodec/ndf

Last synced: about 1 year ago
JSON representation

NumPy based deep learning package. Made for evaluate already trained models in production.

Awesome Lists containing this project

README

          

# Numpy deep-framework

NumPy based deep learning framework. Implemented for production purposes where
it is critical to use Tensorflow, PyTorch or any other no-Numpy framework.

### Installation

cd
pip install .

# when it will be deployed to pip

# pip install ndf

### Usage

The syntax is similar to Keras's.
Check the example [squeezenet model](https://github.com/PrimozGodec/ndf/blob/master/ndf/example_models/squeezenet.py).