tesatory / fastnet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Striate

A convolutional neural network framework, building on top of the convolutional kernel code from cuda-convnet.

Setup

git clone https://github.com/rjpower/fastnet
cd fastnet
python setup.py develop [--user]

Usage

To run a trainer directly:

python fastnet/trainer.py --help

Take a look at the scripts in fastnet/scripts for examples of how to run your own network.

Requires

About


Languages

Language:Python 99.7%Language:Shell 0.3%