Metadata-Version: 2.0
Name: mxnet-cu75mkl
Version: 0.10.0.post2
Summary: MXNet is an ultra-scalable deep learning framework. This version uses CUDA-7.5 and MKL-ML.
Home-page: https://github.com/dmlc/mxnet
Author: UNKNOWN
Author-email: UNKNOWN
License: Apache 2.0
Platform: UNKNOWN
Requires-Dist: graphviz
Requires-Dist: numpy

MXNet Python Package
====================

`MXNet <http://mxnet.io>`__ is a deep learning framework designed for
both *efficiency* and *flexibility*. It allows you to mix the flavours
of deep learning programs together to maximize the efficiency and your
productivity.

Prerequisites
-------------

This package supports Linux platform only and includes MKLML support for
Intel CPU acceleration, and requires CUDA-7.5 for GPU acceleration. Also
checkout other versions:
`mxnet-cu75 <https://pypi.python.org/pypi/mxnet-cu75/>`__,
`mxnet-cu80mkl <https://pypi.python.org/pypi/mxnet-cu80mkl/>`__, and
`mxnet-cu80 <https://pypi.python.org/pypi/mxnet-cu80/>`__.

To download, check `CUDA
download <https://developer.nvidia.com/cuda-downloads>`__. For more
instructions, check `CUDA Toolkit online
documentation <http://docs.nvidia.com/cuda/index.html>`__.

To install for other platforms (e.g. Windows) or other versions of CUDA,
check `Build Instruction <http://mxnet.io/get_started/setup.html>`__.

Installation
------------

To install:

.. code:: bash

    pip install mxnet-cu75mkl



