You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/12/03 12:46:28 UTC

[GitHub] traveller59 opened a new issue #8924: mxnet 0.12.1 prebuilt in windows doesn't include cudnn

traveller59 opened a new issue #8924: mxnet 0.12.1 prebuilt in windows doesn't include cudnn
URL: https://github.com/apache/incubator-mxnet/issues/8924
 
 
   ## Description
   I use following command to install mxnet 0.12.1:
   ```bash
   pip install mxnet-cu90
   ```
   When I want to use cudnn(FusedRNN for example), I got an error:
   ```
   RuntimeError: simple_bind error. Arguments:
   data: (64, 150)
   softmax_label: (64,)
   [20:42:18] D:/Program Files (x86)/Jenkins/workspace/mxnet/mxnet/src/operator/rnn.cu:43: RNN is only available for cuDNN at the moment.
   ```
   And cnn will be very slow(without cudnn)
   But when I install mxnet-cu80==0.12.0, everything is ok.
   ## Environment info (Required)
   * Windows 10
   * Anaconda
   * Python 3.6.3
   * mxnet 0.12.1 prebuilt
   * CUDA 8.0+9.0
   * cudnn 6+7
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services