Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

install mxnit using pip

pip install mxnet
Now validate your MXNet installation with Python.

Install with Intel CPUs
MXNet has experimental support for Intel MKL and MKL-DNN. When using supported Intel hardware, inference and training can be vastly faster when using MXNet with MKL or MKL-DNN.

The following steps will setup MXNet with MKL. MKL-DNN can be enabled only when building from source.

Download and install Intel MKL (registration required).
Install MXNet with MKL support with Python:
pip install mxnet-mkl
 
PREVIOUS NEXT
Tagged: #install #mxnit #pip
ADD COMMENT
Topic
Name
3+2 =