Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 425 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 425 Bytes

PyData-Austin

IPython Notebook for demo @ PyData Austin

Prerequisites

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

Issues

Please raise any issues/bugs/feature requests in this repo or https://github.com/apache/incubator-mxnet/