Skip to main content

python wrapper for DeepCL deep convolutional neural network library for OpenCL

Project description

DeepCL Python wrappers

Python wrapper for DeepCL

To install from pip

pip install DeepCL

How to use

See test_deepcl.py for an example of:

  • creating a network, with several layers

  • loading mnist data

  • training the network using a higher-level interface (NetLearner)

For examples of using lower-level entrypoints, see test_lowlevel.py:

  • creating layers directly

  • running epochs and forward/backprop directly

For example of using q-learning, see test_qlearning.py.

To build from source

Pre-requisites:

To build:

cd python
python setup.py build_ext -i

Then, you can run from this directory, by making sure to add it to the path, eg:

PYTHONPATH=. python test_lowlevel.py /my/mnist/data/dir

To install:

cd python
python setup.py install

Notes on how the wrapper works

  • cDeepCL.pxd contains the definitions of the underlying DeepCL c++ libraries classes

  • PyDeepCL.pyx contains Cython wrapper classes around the underlying c++ classes

  • setup.py is a setup file for compiling the PyDeepCL.pyx Cython file

to run unit-tests

From the python directory:

nosetests -sv

Development builds

  • If you want to modify the sourcecode, you’ll need to re-run cython, so you’ll need cython:

    pip install cython
  • If you want to update this readme, you might want to re-generate the README.rst, so you’ll need pypandoc:

    pip install pypandoc
  • (note that pypandoc depends on pandoc)

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

DeepCL-v5.8.0.tar.gz (267.4 kB view hashes)

Uploaded Source

Built Distributions

DeepCL-v5.8.0-py3.4-linux-x86_64.egg (6.4 MB view hashes)

Uploaded Source

DeepCL-v5.8.0-py3.4-linux-i686.egg (6.1 MB view hashes)

Uploaded Source

DeepCL-v5.8.0-py2.7-linux-x86_64.egg (6.3 MB view hashes)

Uploaded Source

DeepCL-v5.8.0-py2.7-linux-i686.egg (6.0 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page