CUDNN failure: CUDNN_STATUS_NOT_INITIALIZED #282

Closed
opened 2022-03-03 04:27:54 +01:00 by ckurtz22 · 1 comment
ckurtz22 commented 2022-03-03 04:27:54 +01:00 (Migrated from github.com)
tkDNN/build$ ./test_yolo4
Not supported field: batch=1
Not supported field: subdivisions=1
Not supported field: momentum=0.949
Not supported field: decay=0.0005
Not supported field: angle=0
Not supported field: saturation = 1.5
Not supported field: exposure = 1.5
Not supported field: hue=.1
Not supported field: learning_rate=0.00261
Not supported field: burn_in=1000
Not supported field: max_batches = 500500
Not supported field: policy=steps
Not supported field: steps=400000,450000
Not supported field: scales=.1,.1
Not supported field: mosaic=1
New NETWORK (tkDNN v0.5, CUDNN v8)
CUDNN failure: CUDNN_STATUS_NOT_INITIALIZED
/gfr_ws/src/see_camera_processing/libs/tkDNN/src/Network.cpp:56
Aborting...

running on Jetson AGX Xavier in Docker image. Unsure what the issue is, it works fine outside the docker. Spent a few days trying various different methods of running Nv stuff in Docker to no avail.

``` tkDNN/build$ ./test_yolo4 Not supported field: batch=1 Not supported field: subdivisions=1 Not supported field: momentum=0.949 Not supported field: decay=0.0005 Not supported field: angle=0 Not supported field: saturation = 1.5 Not supported field: exposure = 1.5 Not supported field: hue=.1 Not supported field: learning_rate=0.00261 Not supported field: burn_in=1000 Not supported field: max_batches = 500500 Not supported field: policy=steps Not supported field: steps=400000,450000 Not supported field: scales=.1,.1 Not supported field: mosaic=1 New NETWORK (tkDNN v0.5, CUDNN v8) CUDNN failure: CUDNN_STATUS_NOT_INITIALIZED /gfr_ws/src/see_camera_processing/libs/tkDNN/src/Network.cpp:56 Aborting... ``` running on Jetson AGX Xavier in Docker image. Unsure what the issue is, it works fine outside the docker. Spent a few days trying various different methods of running Nv stuff in Docker to no avail.
ckurtz22 commented 2022-03-05 10:54:32 +01:00 (Migrated from github.com)

So it turns out this issue that has been driving me crazy for 2 weeks is because I was linking my user into the Docker container and not running it as root. ugh.

So it turns out this issue that has been driving me crazy for 2 weeks is because I was linking my user into the Docker container and not running it as root. ugh.
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mmr/tkDNN#282