目录
Unknown builtin op: torchvision::nms.
Could not find any similar ops to torchvision::nms
报错信息:
Unknown builtin op: torchvision::nms. Could not find any similar ops to torchvision::nms. This op may not exist or may not be currently supported in TorchScript. : File "code/__torch__/torchvision/ops/boxes.py", line 6 _0 = __torch__.torchvision.extension._assert_has_ops _1 = _0() _2 = ops.torchvision.nms(boxes, scores, iou_threshold) ~~~~~~~~~~~~~~~~~~~ <--- HERE return _2 'nms' is being compiled since it was called fro