yanyabo
Results
1
issues of
yanyabo
When I tried to inference the model with the onnxruntime-gpu, a CUDA error occured. ``` python def __init__(self, model_name="default"): checkpoint_path = '/root/tensor/nudenet/checkpoint/detector_v2_default_checkpoint.onnx' classes_path = '/root/tensor/nudenet/checkpoint/detector_v2_default_classes' # CPUExecutionProvider CUDAExecutionProvider self.detection_model =...
bug