[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
gpu [2018/01/08 13:25]
popel dll6 now has 9 cards, so it is the same config as dll3
gpu [2018/01/15 10:39]
popel [Set-up CUDA and CUDNN]
Line 38: Line 38:
 ==== Set-up CUDA and CUDNN ==== ==== Set-up CUDA and CUDNN ====
  
-You can add following command into your ~/.bashrc+You should add the following commands into your ~/.bashrc
  
   CUDNN_version=6.0   CUDNN_version=6.0
Line 52: Line 52:
   fi   fi
  
 +When not using Theano, just Tensorflow this can be simplified to ''export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/cuda-8.0/cudnn/6.0/lib64:/opt/cuda-8.0/lib64''. Note that on some machines (dll*, twister*), this is the current default even without setting LD_LIBRARY_PATH, but on other machines (kronos, titan, titan-gpu, iridium) you need to set LD_LIBRARY_PATH explicitly.
 ==== TensorFlow Environment ==== ==== TensorFlow Environment ====
  

[ Back to the navigation ] [ Back to the content ]