Using Ubuntu 16.04, PyCharm
I used the following link to install tensorflow-gpu with python 3.5 : http://www.python36.com/install-tensorflow141-gpu/
Tensorflow installation is fine. It ran with test code. Then I installed Keras to run codes from here: https://github.com/fchollet/deep-learning-with-python-notebooks/blob/master/5.1-introduction-to-convnets.ipynb
I got the following error:
2018-02-23 11:19:13.457201: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:892] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero
2018-02-23 11:19:13.457535: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1030] Found device 0 with properties: name: GeForce GTX 1060 6GB major: 6 minor: 1 memoryClockRate(GHz): 1.7845 pciBusID: 0000:01:00.0 totalMemory: 5.93GiB freeMemory: 5.65GiB
2018-02-23 11:19:13.457551: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1120] Creating TensorFlow device (/device:GPU:0) -> (device: 0, name: GeForce GTX 1060 6GB, pci bus id: 0000:01:00.0, compute capability: 6.1)
2018-02-23 11:21:22.130004: E tensorflow/stream_executor/cuda/cuda_dnn.cc:378] Loaded runtime CuDNN library: 7005 (compatibility version 7000) but source was compiled with 6021 (compatibility version 6000). If using a binary install, upgrade your CuDNN library to match. If building from sources, make sure the library loaded at runtime matches a compatible version specified during compile configuration.
2018-02-23 11:21:22.130663: F tensorflow/core/kernels/conv_ops.cc:667] Check failed: stream->parent()->GetConvolveAlgorithms( conv_parameters.ShouldIncludeWinogradNonfusedAlgo(), &algorithms)
Tensorflow-cpu works fine with Keras. My question is:
1) which instructions to follow to correctly install tensorflow-gpu with Keras for my setup?
2) What can I do eliminate these errors?
3) Is there any universal instructions that could be followed to correctly install tensorflow-gpu with Keras for all platforms?
Edit Here is a file I created which shows how to run Keras with tensorflow-gpu in Pycharm-community edition. https://github.com/mdkhan48/AgBot2018_VidStream/blob/master/how%20to%20run%20tensorflow-gpu.odt