I am running `import mxnet as mx'. It returns No module named 'mxnet'. I am working in google colab.
`
I am running `import mxnet as mx'. It returns No module named 'mxnet'. I am working in google colab.
`
On CPU, hit this in the first cell of your Colab:
! pip install --upgrade mxnet
On GPU:
! pip install --upgrade mxnet-cu100
(more info on MXNet installs here)