User Tools

Site Tools


tensorflow2
  1. Append the following lines in your “.cshrc” file:

setenv CUDA_HOME /eecs/local/pkg/cuda-8.0.44
setenv LD_LIBRARY_PATH /eecs/local/pkg/cuda8.0.44/lib64:/eecs/local/pkg
/cuda8.0.44/extras/CUPTI/lib64
setenv PATH /eecs/research/asr/chao/anaconda/bin:${PATH}
setenv NLTK_DATA /eecs/research/asr/chao/nltk_data

  1. Login to any server using your own user name and password.
  2. To use python in command line, just type “python”, and then it will work.
  3. To run your own python code (including the Tensorflow code), just type “python xxx.py” under the correct directory.
  4. To install new python packages, just use “conda install xxx” or “pip install xxx”. (for more details, please refer to https://conda.io/docs/using/pkgs.html)
tensorflow2.txt · Last modified: 2017/03/22 22:21 by hj