Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

No OpKernel was registered to support Op 'CudnnRNNCanonicalToParams' #522

Open
kirill-dev-pro opened this issue Jan 16, 2020 · 4 comments
Open

Comments

@kirill-dev-pro
Copy link

kirill-dev-pro commented Jan 16, 2020

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?

@OndrejTexler
Copy link

I am getting the same error? @Zmeu213, were you able to resolve it?

@OndrejTexler
Copy link

Hmm ... so it seems that installing correct version of CUDA, which is 10.0, solves this issue. Remember to update LD_LIBRARY_PATH

@kirill-dev-pro
Copy link
Author

Oh yea... I think I managed to go through this but I dont remember how 😅 Sorry

@kirill-dev-pro
Copy link
Author

I think my problem was on hardware side. On my macbook it failed but on pc with nvidia graphic card it works ok

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants