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
- import remote mnist example pycharm in window 7
- change python interpreter remote ubuntu python
- 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
Post a Comment