Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
332 views
in Technique[技术] by (71.8m points)

python - Fail to find the dnn implementation. [[{{node CudnnRNN}}]]

This error appears in my code.

I was looking for help in Internet. Then I discovered that my cuda compiler is:

nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Sat_Aug_25_21:08:01_CDT_2018
Cuda compilation tools, release 10.0, V10.0.130

However, if I write nvidia-smi, the following is shown:

+-----------------------------------------------------------------------------+
| NVIDIA-SMI 450.102.04   Driver Version: 450.102.04   CUDA Version: 11.0     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|                               |                      |               MIG M. |
|===============================+======================+======================|
|   0  GeForce RTX 206...  Off  | 00000000:01:00.0  On |                  N/A |
| 31%   33C    P8    11W / 184W |   7962MiB /  7979MiB |      3%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+
                                                                               
+-----------------------------------------------------------------------------+
| Processes:                                                                  |
|  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
|        ID   ID                                                   Usage      |
|=============================================================================|
|    0   N/A  N/A      1291      G   /usr/lib/xorg/Xorg                 40MiB |
|    0   N/A  N/A      1333      G   /usr/bin/gnome-shell               57MiB |
|    0   N/A  N/A      1616      G   /usr/lib/xorg/Xorg                124MiB |
|    0   N/A  N/A      1751      G   /usr/bin/gnome-shell               78MiB |
|    0   N/A  N/A      2096      G   ...gAAAAAAAAA --shared-files       57MiB |
|    0   N/A  N/A      2369      G   ...ulen/anaconda3/bin/python        5MiB |
|    0   N/A  N/A      2492      C   ...ulen/anaconda3/bin/python     7529MiB |
|    0   N/A  N/A      2707      G   ...AAAAAAAA== --shared-files       61MiB |
+-----------------------------------------------------------------------------+

Could this be the problem? I thought I only have installed CUDA 10.0

question from:https://stackoverflow.com/questions/65849215/fail-to-find-the-dnn-implementation-node-cudnnrnn

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...