Metadata-Version: 2.0
Name: mxnet-cu75mkl
Version: 1.0.0.post3
Summary: MXNet is an ultra-scalable deep learning framework. This version uses CUDA-7.5 and MKL-ML.
Home-page: https://github.com/apache/incubator-mxnet
Author: UNKNOWN
Author-email: UNKNOWN
License: Apache 2.0
Platform: UNKNOWN
Requires-Dist: numpy (<=1.13.3)
Requires-Dist: requests (==2.18.4)
Requires-Dist: graphviz (==0.8.1)

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.

For feature requests on the PyPI package, suggestions, and issue
reports, `click
here <https://github.com/apache/incubator-mxnet/issues/8671>`__.
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-cu91mkl <https://pypi.python.org/pypi/mxnet-cu91mkl/>`__,
`mxnet-cu91 <https://pypi.python.org/pypi/mxnet-cu91/>`__,
`mxnet-cu90 <https://pypi.python.org/pypi/mxnet-cu90/>`__,
`mxnet-cu90mkl <https://pypi.python.org/pypi/mxnet-cu90mkl/>`__,
`mxnet-cu75 <https://pypi.python.org/pypi/mxnet-cu75/>`__,
`mxnet-cu80 <https://pypi.python.org/pypi/mxnet-cu80/>`__, and
`mxnet-cu80mkl <https://pypi.python.org/pypi/mxnet-cu80mkl/>`__.

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, Raspberry Pi/ARM) or other
versions, check `Installing
MXNet <https://mxnet.incubator.apache.org/versions/master/install/index.html>`__
for instructions on building from source.

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

To install:

.. code:: bash

    pip install mxnet-cu75mkl



