When I run a tensorflow pipeline with the coco model alongside an nvenc decoding pipeline. I observe freeze image blockages and alternating gpu consumption at zero with nvidia-smi . How do the two pipelines cohabit?
Can you share more information on the Nvidia SDK that you are using? Please also provide some detailed information of your pipeline, such how encoding/decoding/resolution/FPS and number of streams etc.
when the tensorflow model is running, I observe freezes on the outputs ( /dev/shm/input_dec and /dev/shm/input). When it is not running, everything is functional
after investigation, the problem seems to come from the limitation of the vram fixed for tensorflow and also from the speed of writing in /dev/shm ( bench with dd bin )Compatibility nvenc and tensorflow - #3 by draden