Apache MXNet 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, create an issue by clicking here. Prerequisites ————- This package supports Linux, Mac OSX, and Windows platforms. You may also want to check: - mxnet-cu112 with CUDA-11.2 support. - mxnet-cu110 with CUDA-11.0 support. - mxnet-cu102 with CUDA-10.2 support. - mxnet-cu101 with CUDA-10.1 support. - mxnet-cu100 with CUDA-10.0 support. - mxnet-native CPU variant without MKLDNN.
To use this package on Linux you need the libquadmath.so.0 shared library. On Debian based systems, including Ubuntu, run sudo apt install libquadmath0 to install the shared library. On RHEL based systems, including CentOS, run sudo yum install libquadmath to install the shared library. As libquadmath.so.0 is a GPL library and MXNet part of the Apache Software Foundation, MXNet must not redistribute libquadmath.so.0 as part of the Pypi package and users must manually install it.
To install for other platforms (e.g. Windows, Raspberry Pi/ARM) or other versions, check Installing MXNet for instructions on building from source.
Installation
To install, use:
pip install mxnet
Release files for mxnet 1.8.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mxnet-1.8.0-py2.py3-none-manylinux2014_x86_64.whl | Python 3, Python 2 | none | Linux glibc 2.17+ x86-64 | Details |
Release files / mxnet-1.8.0-py2.py3-none-manylinux2014_x86_64.whl
| Download URL | mxnet-1.8.0-py2.py3-none-manylinux2014_x86_64.whl |
|---|---|
| Size | 38.7 MB |
| Tags | Linux glibc 2.17+ x86-64 Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
8820003bd470168da082e706508fd78acc526e7808a81781cb222cc2800a13f2
|
|
BLAKE2b-256 checksum How to use checksums |
77dcd4dbefd504ca07aee1d613b522016429a2c544f65d66f7ba414391d7ba14
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.7
|