No OpKernel was registered to support Op 'CudnnRNNCanonicalToParams'
Im trying to follow steps from https://nvidia.github.io/OpenSeq2Seq/html/installation.html and https://nvidia.github.io/OpenSeq2Seq/html/speech-recognition.html#getting-started to get pretrained model working but got following error
No OpKernel was registered to support Op 'CudnnRNNCanonicalToParams' used by node ForwardPass/ds2_encoder/cudnn_gru/cudnn_gru/CudnnRNNCanonicalToParams (defined at /home/parallels/Work/OpenSeq2Seq/open_seq2seq/encoders/ds2_encoder.py:327) with these attrs: [rnn_mode="gru", seed2=252, seed=0, dropout=0, num_params=12, T=DT_FLOAT, input_mode="linear_input", direction="bidirectional"]
Registered devices: [CPU, XLA_CPU]
Registered kernels:
<no registered kernels>
[[ForwardPass/ds2_encoder/cudnn_gru/cudnn_gru/CudnnRNNCanonicalToParams]]
I have no idea. How could I fix this?
I am getting the same error? @Zmeu213, were you able to resolve it?
Hmm ... so it seems that installing correct version of CUDA, which is 10.0, solves this issue. Remember to update LD_LIBRARY_PATH
Oh yea... I think I managed to go through this but I dont remember how 😅 Sorry
I think my problem was on hardware side. On my macbook it failed but on pc with nvidia graphic card it works ok