elvinpoon / tensorflow-CWS-LSTM

26 stars 4 forks source link

a CUDA runtime call was likely performed without using a StreamExecutor context Aborted (core dumped) #3

Open SeekPoint opened 7 years ago

SeekPoint commented 7 years ago

rzai@rzai00:~/prj/tensorflow-CWS-LSTM$ CUDA_VISIBLE_DEVICES=1 python model_lstm_build.py --train=data/trainSeg.txt --model=model --iters=50 I tensorflow/stream_executor/dso_loader.cc:111] successfully opened CUDA library libcublas.so locally I tensorflow/stream_executor/dso_loader.cc:111] successfully opened CUDA library libcudnn.so locally I tensorflow/stream_executor/dso_loader.cc:111] successfully opened CUDA library libcufft.so locally I tensorflow/stream_executor/dso_loader.cc:111] successfully opened CUDA library libcuda.so.1 locally I tensorflow/stream_executor/dso_loader.cc:111] successfully opened CUDA library libcurand.so locally Using gpu device 0: GeForce GTX 1080 (CNMeM is disabled) embedding:data/char2vec_50.model max len 150 F tensorflow/stream_executor/cuda/cuda_driver.cc:316] current context was not created by the StreamExecutor cuda_driver API: 0x35afec0; a CUDA runtime call was likely performed without using a StreamExecutor context Aborted (core dumped) rzai@rzai00:~/prj/tensorflow-CWS-LSTM$ rzai@rzai00:~/prj/tensorflow-CWS-LSTM$