🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

mxnet

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mxnet

Apache MXNet is an ultra-scalable deep learning framework. This version uses openblas and MKLDNN.

1.9.1
PyPI
Maintainers
3

Apache MXNet (Incubating) Python Package

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:

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts