Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2016
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. boyko@boyko-pc:~/Desktop/tensorflow/tensorflow/models/image/mnist$ LD_LIBRARY_PATH=/usr/local/cuda-7.5/targets/x86_64-linux/lib python3 convolutional.py
  2. I tensorflow/stream_executor/dso_loader.cc:108] successfully opened CUDA library libcublas.so.7.5 locally
  3. I tensorflow/stream_executor/dso_loader.cc:108] successfully opened CUDA library libcudnn.so.5 locally
  4. I tensorflow/stream_executor/dso_loader.cc:108] successfully opened CUDA library libcufft.so.7.5 locally
  5. I tensorflow/stream_executor/dso_loader.cc:108] successfully opened CUDA library libcuda.so.1 locally
  6. I tensorflow/stream_executor/dso_loader.cc:108] successfully opened CUDA library libcurand.so.7.5 locally
  7. Successfully downloaded train-images-idx3-ubyte.gz 9912422 bytes.
  8. Successfully downloaded train-labels-idx1-ubyte.gz 28881 bytes.
  9. Successfully downloaded t10k-images-idx3-ubyte.gz 1648877 bytes.
  10. Successfully downloaded t10k-labels-idx1-ubyte.gz 4542 bytes.
  11. Extracting data/train-images-idx3-ubyte.gz
  12. Extracting data/train-labels-idx1-ubyte.gz
  13. Extracting data/t10k-images-idx3-ubyte.gz
  14. Extracting data/t10k-labels-idx1-ubyte.gz
  15. E tensorflow/stream_executor/cuda/cuda_driver.cc:491] failed call to cuInit: CUDA_ERROR_NO_DEVICE
  16. I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:153] retrieving CUDA diagnostic information for host: boyko-pc
  17. I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:160] hostname: boyko-pc
  18. I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:185] libcuda reported version is: 352.63.0
  19. I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:356] driver version file contents: """NVRM version: NVIDIA UNIX x86_64 Kernel Module 367.35 Mon Jul 11 23:14:21 PDT 2016
  20. GCC version: gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3)
  21. """
  22. I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:189] kernel reported version is: 367.35.0
  23. E tensorflow/stream_executor/cuda/cuda_diagnostics.cc:296] kernel version 367.35.0 does not match DSO version 352.63.0 -- cannot find working devices in this configuration
  24. I tensorflow/core/common_runtime/gpu/gpu_init.cc:92] No GPU devices available on machine.
  25. Initialized!
  26. Step 0 (epoch 0.00), 1.8 ms
  27. Minibatch loss: 12.054, learning rate: 0.010000
  28. Minibatch error: 90.6%
  29. Validation error: 84.6%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement