python demo: examplestutorial_api_python01_body_from_image.py
code line: opWrapper.emplaceAndPop([datum])
get err:
F0608 08:30:11.604262 10688 cudnn_conv_layer.cu:28] Check failed: status == CUDNN_STATUS_SUCCESS (8 vs. 0) CUDNN_STATUS_EXECUTION_FAILED
* Check failure stack trace: *
My System Configuration
CPU Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
Win10
NVIDIA GeForce RTX 2060, Driver Version 430.86
CUDA v10.0
cudnn 7.5.0
python code, get error, F0608 08:30:11.604262 10688 cudnn_conv_layer.cu:28] Check failed: status == CUDNN_STATUS_SUCCESS (8 vs. 0) CUDNN_STATUS_EXECUTION_FAILED
* Check failure stack trace: *
can anyone help me, thanks!
Note: add --logging_level 0 --disable_multi_thread to get higher debug information.
You might select multiple topics, delete the rest:
Whole console output (if errors appeared), paste the error to PasteBin and then paste the link here: LINK
OpenPose version: Latest GitHub code? Or specific commit (e.g., d52878f)? Or specific version from Release section (e.g., 1.2.0)?
General configuration:
lsb_release -a in Ubuntu):gcc --version in Ubuntu or VS version in Windows): 5.4.0, ... (Ubuntu); VS2015 Enterprise Update 3, VS2017 community, ... (Windows); ...?Non-default settings:
3rd-party software:
cmake --version in Ubuntu):apt-get install libopencv-dev (only Ubuntu); OpenPose default (only Windows); compiled from source? If so, 2.4.9, 2.4.12, 3.1, 3.2?; ...?If GPU mode issue:
cat /usr/local/cuda/version.txt in most cases):nvidia-smi in Ubuntu):If CPU-only mode issue:
If Python API:
python -c "import numpy; print numpy.version.version" in Ubuntu):If Windows system:
If speed performance issue:
I'm having the same issue.
Check failed: status == CUDNN_STATUS_SUCCESS (1 vs. 0) CUDNN_STATUS_NOT_INITIALIZED
Similar to the Check failed: error == cudaSuccess (2 vs. 0) out of memory, it seemed like a low GPU memory but it can be a problem with CUDA and cuDNN: you should download a version of cuDNN that supports your CUDA version
I solved this buying a brand new GTX 1660ti Armor Oc 6G.
Upragrated from 2 Gb to 6 Gb, now it works perfectly.
I also used CUDA 10.0 and cuDNN 7.5.
The architure of 20x0 is Turing, the compute ability is compute_75, you should change some code of caffe and rebuild it as Windows+RTX2080+Caffe+Yolo配置
I also encountered the same problem
OpenPoseDemo.exe --video xxx.avi
get err:
Starting pose estimation demo.
Auto-detecting all available GPUs... Detected 1 GPU(s), using 1 of them starting at GPU 0.
Starting thread(s)
F0707 16:24:19.065626 11580 pooling_layer.cu:212] Check failed: error == cudaSuccess (8 vs. 0) invalid device function
* Check failure stack trace: *
My System Configuration
CPU: amd 2700X
GPU:RTX2080
CUDA 10.0 and cuDNN 7.5.
can anyone help me, thanks!
Updating the latest version can solve this problem
Seems that the error no longer happens in the latest version of OpenPose (v1.5, using the Caffe version included with OpenPose).
Thanks @ALL,the latest version can solve this problem
@gineshidalgo99 updating the latest version of what?
I encounted this problem with the latest openpose version.
I solved this problem by building without CUDNN
I encounted this problem with the latest openpose version.
I solved this problem by building without CUDNN
me too,I try to update CUDNN ,but it doesn't work.
finally, I comment CUDNN in Makefile.Config, but this solution can‘t give full play to CUDNN abilities
Most helpful comment
I'm having the same issue.
Check failed: status == CUDNN_STATUS_SUCCESS (1 vs. 0) CUDNN_STATUS_NOT_INITIALIZED
Similar to the Check failed: error == cudaSuccess (2 vs. 0) out of memory, it seemed like a low GPU memory but it can be a problem with CUDA and cuDNN: you should download a version of cuDNN that supports your CUDA version