lanking520 commented on issue #14756: Mismatch between shape Java API URL: https://github.com/apache/incubator-mxnet/issues/14756#issuecomment-486768458 @androuino Currently, we publish our CUDA package under 9.2 version, all version prior will not be supported unfortunatly. Please install CUDA 9.2 on your machine to get it work. The reason that might cause 9.2 not working is the CUDA path not properly set. As an alternative, you can use [the script](https://github.com/apache/incubator-mxnet/blob/master/tools/setup_gpu_build_tools.sh) we use to install cuda and cudnn. For your use case it will be: ``` setup_gpu_build_tools.sh cu92 /path-you-want-to-place-cuda ``` If you are interested, you can join our slack channel https://mxnet.apache.org/versions/master/community/contribute.html#slack where you will expect faster response.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
