tensorflow - output ImportError libcudart.so.7.5. in window 7 pycharm -


environment info

operating system:

tensorflow in ubuntu 14.04

pycharm in window 7

installed version of cuda , cudnn:

cuda 7.5 , cudnn v4.0

if installed binary pip package, provide:

which pip package installed.

tensorflow-0.8-gpu-whl

the output python -c "import tensorflow; print(tensorflow.__version__)".

0.8

steps reproduce

1.start samba in ubuntu

  1. import remote mnist example pycharm in window 7
  2. change python interpreter remote ubuntu python
  3. run mninst

what have tried?

according above step , output importerror libcudart.so.7.5. ok if run mnist directly pycharm , command line in ubuntu machine .

logs or other output helpful

importerror libcudart.so.7.5


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -