Open Marcovaldong opened 5 years ago
Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it. Here are my recommended labels: Cuda, Feature
@Marcovaldong this looks like a problem with the error message as the macros are set to check cudnn 7.2 instead. cc @stephenrawls
@szha So should I use cudnn after than 7.2 ?
Yes, using cudnn 7.2+ should solve the problem.
@szha Thanks for your reply, I upgrade drivers, cuda and cudnn, then I can use lstmp successfully.
Actually since the error message is inaccurate let's keep this issue open until the inaccuracy is addressed
I built the mxnet from source code with cuda-8.0 and cudnn7.1.3. I try to use lstm layer with a projection layer as follows, then I got this error.
Then, I got this error:
The cuda and cudnn is installed in my own path, because I have no root permission. I added their path in my environment library.
@szha