Code for demo @ PyData LA
Install latest MXNet with:
pip install --pre mxnet
To utilize GPU, you'll need to install the GPU version. If you have CUDA 10.1:
pip install --pre mxnet-cu101
If you have CUDA 9.2:
pip install --pre mxnet-cu92
Please raise any issues/bugs/feature requests in this repo or https://github.com/apache/incubator-mxnet/