kikiyana
kikiyana
@JanuszL Thank you for your response! When I tried the image pipeline, it worked normally and had output. However, the video pipeline keeps failing. The output results and test code...
@JanuszL And even after reconfiguring the virtual environment to only install Python, PyTorch, CUDA Toolkit, DALI, etc., the same error still occurs. **Conda environment:** `(test)# pip list Package Version astunparse...
@JanuszL Hi, I checked the `NVIDIA_VISIBLE_DEVICES` and `NVIDIA_DRIVER_CAPABILITIES` in my environment: ```bash (test) root@dtest:~/work/dali# echo $NVIDIA_VISIBLE_DEVICES GPU-uuid0,GPU-uuid1 (test) root@dtest:~/work/dali# echo $NVIDIA_DRIVER_CAPABILITIES (test) root@dtest:~/work/dali# ``` I noticed that the output of...
@JanuszL Well, this doesn't seem to work. I'll try other approaches to see if they succeed. Thanks a lot!