chrischu83117

Results 1 comments of chrischu83117

@pingyuan2016 Is your cuda env problem , pls adjust your ~./bashrc . For example,your cuda is 8.0 version, then add the down below phrase: export PATH="$PATH:/usr/local/cuda-8.0/bin" export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/cuda-8.0/lib64/" export LIBRARY_PATH="$LIBRARY_PATH:/usr/local/cuda-8.0/lib64"...