Gerry

Results 3 comments of Gerry

I encountered a similar error when trying to run YOLOv8 from the official repository: ``` from ultralytics import YOLO import cv2 import torch # torch.backends.cudnn.benchmark = True # torch.backends.cudnn.enabled=False #...

Switching import order worked for me. See https://github.com/dmlc/decord/issues/329

@ojasiiitd https://docs.nvidia.com/deeplearning/tensorrt/latest/_static/python-api/infer/Core/Engine.html#icudaengine Found it here