I am running a neural net of gpu cloud platform with 4 GPUs A100.When I run the code for training I am getting this error:
MX call MXNDArrayCreateEx failed... MXNetError: Compile with USE_CUDA=1 to enable GPU usage
From the support suggested couple of solutions, none of which is helping, except to check the compatibility b/w CUDA and MXNet.So typing nvidia-smi shows CUDA version is 12.0, what is the corresponding version of MXNet for it, and how to install it?
I tried reducing the batch_size and checking the GPU's memory but none of them seems to change the error.