Is it possible to make "import mxnet" skip loading CUDA libraries when only inference on CPU is intended?
Context:
- MXNet is installed with CUDA support and model trainings are usually run on GPU's
- however inference can be run in parallel on many nodes without GPU and it would be nice to use the same MXNet build with CPU only but some libraries are not available on non-GPU nodes.