私はCaffeをインストールしています。 私はUbuntu 14.04を使用しています。Caffeのインストール
私はcudaをインストールしようとしました。 Caffeサイトには、ライブラリと最新のスタンドアロンドライバを別々にインストールする必要があることが書かれています。
私はthereからドライバをダウンロードしました。私はすべての製品タイプを試してみましたが、私は同じエラーを取得:
You do not appear to have an NVIDIA GPU supported by the 346.46
NVIDIA Linux graphics driver installed in this system. For further
details, please see the appendix SUPPORTED NVIDIA GRAPHICS CHIPS in
the README available on the Linux driver download page at www.nvidia.com.
そして
You appear to be running an X server; please exit X before
installing. For further details, please see the section INSTALLING
THE NVIDIA DRIVER in the README available on the Linux driver
download page at www.nvidia.com.
そして
Installation has failed. Please see the file
'/var/log/nvidia-installer.log' for details. You may find
suggestions on fixing installation problems in the README available
on the Linux driver download page at www.nvidia.com.
I successfulyインストールCUDAとcuDNN
を。次に、hereからCaffeをダウンロードしました。
は、それから私は、コンパイルしようとしましたが、私はmake all
とmake test
、 をした後、私はmake runtest
を行なったし、このエラーを取得:
Check failed: error == cudaSuccess (38 vs. 0) no CUDA-capable device is detected
はまた、私は、私はCUDA対応のGPUを持っていることを確認する必要があることがわかりました。 このコマンド:lspci | grep -i nvidia
は何も返しません。 update-pciids
はどちらも役に立ちませんが、Downloaded daily snapshot dated
を返します。
私はCaffeとすべてを正しくインストールするのに手伝ってくれる人はいますか?
を提出あなたが実際にCUDA互換GPUを持っていますか? – talonmies
@talonmiesわかりませんが、[there](http://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#verify-you-have-cuda-enabled-system)コマンド 'lspci |を実行する必要があることが書かれています。 grep -i nvidia'を実行します。しかし、私が書いたように、何も返さない。そして 'update-pciids'は役に立ちません。 –
あなたの質問は何ですか? 「CUDA GPUなしでCaffeを使用できますか?」または「CUDA GPUがあるかどうかはどうすればわかりますか?」、または何ですか? – talonmies