ry / tensorflow-resnet

ResNet model in TensorFlow
MIT License
1.66k stars 625 forks source link

Current context was not created by the StreamExecutor cuda_driver #28

Closed xiao1228 closed 7 years ago

xiao1228 commented 7 years ago

Hi

I have got the error below when i run the convert.py. both Caffe and Tensorflow are using the cpu mode. I am not sure why this error occurs. Any help is appreciated.

F c:\tf_jenkins\home\workspace\release-win\device\gpu\os\windows\tensorflow\stream_executor\cuda\cuda_driver.cc:334] current context was not created by the StreamExecutor cuda_driver API: 00000263E3664030; a CUDA runtime call was likely performed without using a StreamExecutor context

xiao1228 commented 7 years ago

I fixed by install cpu version of Tensorflow and build Caffe without cudnn