Cucco’s Compute Hack

コンピュータ関係の記事を書いていきます。

2017-02-10から1日間の記事一覧

Failed to create session. CUDA_ERROR_INVALID_DEVICE

古いGPUがついていると、こんなエラーになることがある。 $cd /usr/local/lib/python3.5/dist-packages/tensorflow/models/image/mnist $/usr/local/lib/python3.5/dist-packages/tensorflow/models/image/mnist$ python3 convolutional.py I tensorflow/str…

CUCA Toolkitのインストール (network deb)

Ubuntu 16.04にCUCA Toolkitのインストールした時のメモ。 CUDA ToolkitCUDA 8.0 Downloads https://developer.nvidia.com/cuda-downloadsSelect Target Platformから Operating System:Linux Architecture:x86_64 Distribution:Ubuntu Version:16.04Install…

Enterキーが押せない

Ubuntu16.04のインストールの話。 最後に、メディアを抜いて、Enterキーを押せ、と出る。 Please remove installation media and close tray and press enter.しかし、それまで使えていたUSBのキーボードは認識しない様子。 困り果てて、しばらく(10分くらい…

CUCA Toolkitのインストール

CUCA Toolkitのインストール Ubuntu 16.04にCUCA Toolkitのインストールした時のメモ。 CUDA ToolkitCUDA 8.0 Downloads https://developer.nvidia.com/cuda-downloads[Select Target Platform]から Operating System:Linux Architecture:x86_64 Distributio…

Ubuntu 16.04 NVIDIA driver Install

Ubuntu16.04インストール直後は、GPUのドライバがないので、ドライバを更新する。 ログイン画面が開かない場合は、仮想コンソールを開く。Ctrl + Alt + F1。 次のようなエラー(LVMの場合)?の場合も対象。 lvmetad is not active yet; using direct activati…