tensorenvという名前のanaconda環境にテンソルフローをインストールしてインストールをテストしました。私はconvolutional.pyの例の1つを実行しようとしましたが、フォローアップが現れました。anaconda tenserenvでconvolutional.pyを実行できません
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)
初期化後、トレーニングを開始する必要がありますが、このエラーが発生します。助けてください
それをそれはcudnn v4を望んでいるようです。 cuDNN v5を使用するよう指定する方法 –
AFAIK、cuDNN v5は現在サポートされていません。代わりにcuDNN v4を使用する必要があります – talonmies