NVIDIA / DIGITS

Deep Learning GPU Training System
https://developer.nvidia.com/digits
BSD 3-Clause "New" or "Revised" License
4.12k stars 1.38k forks source link

Hello,I have a tensorflow gpu problem"F tensorflow/stream_executor/cuda/cuda_driver.cc:209]" #2211

Open SovietLiu6tot opened 4 years ago

SovietLiu6tot commented 4 years ago

Hello,

I have a problem with Geforce GTX 1070 for TensorFlow My Platform: WIndows 10,Cuda V 10.2 ,CuDNN v7.6.5.32,nV driver 441.22 I run the tensorflow api tutorial on https://github.com/osrf/tensorflow_object_detector/blob/master/src/object_detection/object_detection_tutorial.py but I get a err msg likee this: F tensorflow/stream_executor/cuda/cuda_driver.cc:209] Check failed: err == cudaSuccess || err == cudaErrorInvalidValue Unexpected CUDA error: invalid argument Could you advise the best way for solve my problem?

chenqihang11233 commented 4 years ago

2020-06-11 19:33:42.301441: F tensorflow/stream_executor/cuda/cuda_driver.cc:175] Check failed: err == cudaSuccess || err == cudaErrorInvalidValue Unexpected CUDA error: invalid argument

ivankrylatskoe commented 4 years ago

Hi! Have you managed to find a solution?