Skip to content

Instantly share code, notes, and snippets.

@fannix
Created March 10, 2018 23:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fannix/c89f0257cea247c457f822973a97bd32 to your computer and use it in GitHub Desktop.
Save fannix/c89f0257cea247c457f822973a97bd32 to your computer and use it in GitHub Desktop.
Mxnet

Installation

  1. Ensure you have correct GPU drivers. Install nvidia for ARCH Linux. Otherwise you won't be able to use GPU.
  2. Use the correct flags and compiler. Refer to the mxnet AUR PKGBUILD for the correct command
  3. Don't need to copy the libmxnet.so manually. python setup.py build|install will package the so file and put into the correct path.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment