/striate

Convolutional Neural Networks in Python

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Striate has relocated: The original Striate was a simple convnet written on top of Theano, meant for small-scale experiments. It has since expanded into something both more useful and more confusing and now lives under new stewardship under the name FastNet.

Striate

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

Usage

See python striate/trainer.py --help for examples of running the trainer.

(cd cudaconv2 && make -j)
python striate/trainer.py

Requires