tensorenv と呼ばれる anaconda 環境に tensorflow をインストールしました。インストールをテストするために、convolutional.py の例の 1 つを実行しようとしましたが、次のようになりました。
Initialized!
E tensorflow/stream_executor/cuda/cuda_dnn.cc:346] Loaded cudnn library: 5005 but source was compiled against 4007. If using a binary install, upgrade your cudnn library to match. If building from sources, make sure the library loaded matches the version you specified during compile configuration.
F tensorflow/core/kernels/conv_ops.cc:457] Check failed: stream->parent()->GetConvolveAlgorithms(&algorithms)
Aborted (core dumped)
初期化後、トレーニングを開始する必要がありますが、このエラーが発生します。助けてください