deep-anpr
deep-anpr copied to clipboard
I meet some error ,who can help me,please?
My tensorflow is version of 0.8,and cudnn is v4.0 and cuda is 7.5, when I run train.py ,there is an error occur
can you paste the terminal output rather than have a image of it?
The terminal output information as follows, thanks for your trouble
maheng@master:~/code/deep-anpr-master$ python train.py
I tensorflow/stream_executor/dso_loader.cc:105] successfully opened CUDA library libcublas.so locally
I tensorflow/stream_executor/dso_loader.cc:105] successfully opened CUDA library libcudnn.so locally
I tensorflow/stream_executor/dso_loader.cc:105] successfully opened CUDA library libcufft.so locally
I tensorflow/stream_executor/dso_loader.cc:105] successfully opened CUDA library libcuda.so.1 locally
I tensorflow/stream_executor/dso_loader.cc:105] successfully opened CUDA library libcurand.so locally
I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:900] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero
I tensorflow/core/common_runtime/gpu/gpu_init.cc:102] Found device 0 with properties:
name: GeForce GTX 750 Ti
major: 5 minor: 0 memoryClockRate (GHz) 1.189
pciBusID 0000:01:00.0
Total memory: 2.00GiB
Free memory: 1.75GiB
I tensorflow/core/common_runtime/gpu/gpu_init.cc:126] DMA: 0
I tensorflow/core/common_runtime/gpu/gpu_init.cc:136] 0: Y
I tensorflow/core/common_runtime/gpu/gpu_device.cc:755] Creating TensorFlow device (/gpu:0) -> (device: 0, name: GeForce GTX 750 Ti, pci bus id: 0000:01:00.0)
E tensorflow/stream_executor/cuda/cuda_dnn.cc:289] could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR
E tensorflow/stream_executor/cuda/cuda_dnn.cc:278] could not destroy cudnn handle: CUDNN_STATUS_BAD_PARAM
W tensorflow/stream_executor/stream.cc:301] attempting to perform DNN operation using StreamExecutor without DNN support
Traceback (most recent call last):
File "train.py", line 265, in
looks somewhat related to this
https://github.com/tensorflow/tensorflow/issues/2264
I used Ubuntu 16.10 and Cudnn 5.1.5 and CUDA 8.0
Any Update?
Work for me. Ubuntu 16.10, Tesla K40c, Cuda 8.0, Cudnn 5.1, Tensorflow 0.12, Opencv 2.4.9
I am also having the same error. Can anyone help to resolve it?
@suchetasu I had this issue a little while ago, what tensor flow version are you using?
I have this issue, can anyone help?
Can't pickle local object 'mpgen.
@guddulrk What tensorflow version are you using?
Traceback (most recent call last):
File "./detect.py", line 183, in
I met this error in windows, is there anyone can help with this?
@chingjunehao That's a different issue to everyone else, please open a new issue for it.
@ChadTaljaardt okay, sorry. I have opened and thanks for reminding! Can you help me with it?
@chingjunehao your issue is that the value is not a string its bytecode. You need to make sure your file is valid im assuming and not corrupted.
I might be wrong but thats my guess.
@StevenJames1 If you dont have this issue anymore, please can you close it.