Windows 10 (64bit)にminicondaを入れて、仮想環境でjupyter lab, jupyter notebookを利用しております。今回、新規にTensorflow, Kerasをインストールしようとして、以下のサイト(https://algorithm.joho.info/machine-learning/python-keras-pip-install/)等を参照して、以下のコマンドを実行しました。
(仮想環境を起動後)
pip install tensorflow
pip install tensorflow-gpu
pip install keras
その後、jupyter notebookを起動してimport karas を実行したところ、以下のエラーが出てしまいます。
【エラー】
ImportError: Could not find 'nvcuda.dll'. TensorFlow requires that this DLL be installed in a directory that is named in your %PATH% environment variable. Typically it is installed in 'C:\Windows\System32'. If it is not present, ensure that you have a CUDA-capable GPU with the correct driver installed.
原因と対策につき、ご教示いただけますと幸いです。

回答1件
あなたの回答
tips
プレビュー