|  | 
 
| returned while running Resize node. Name:'Resize_124' Status Message: CUDA error cudaErrorNoKernelImageForDevice:no kernel image is available for execution on the device Traceback (most recent call last):
 File "E:\roop1.3.2d\run.py", line 6, in <module>
 core.run()
 File "E:\roop1.3.2d\roop\core.py", line 215, in run
 start()
 File "E:\roop1.3.2d\roop\core.py", line 133, in start
 if not frame_processor.pre_start():
 File "E:\roop1.3.2d\roop\processors\frame\face_swapper.py", line 46, in pre_start
 elif not get_one_face(imread_unicode(roop.globals.source_path)):
 File "E:\roop1.3.2d\roop\face_analyser.py", line 30, in get_one_face
 many_faces = get_many_faces(frame)
 File "E:\roop1.3.2d\roop\face_analyser.py", line 41, in get_many_faces
 return get_face_analyser().get(frame)
 File "E:\roop1.3.2d\python3\lib\site-packages\insightface\app\face_analysis.py", line 59, in get
 bboxes, kpss = self.det_model.detect(img,
 File "E:\roop1.3.2d\python3\lib\site-packages\insightface\model_zoo\retinaface.py", line 224, in detect
 scores_list, bboxes_list, kpss_list = self.forward(det_img, self.det_thresh)
 File "E:\roop1.3.2d\python3\lib\site-packages\insightface\model_zoo\retinaface.py", line 152, in forward
 net_outs = self.session.run(self.output_names, {self.input_name : blob})
 File "E:\roop1.3.2d\python3\lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 217, in run
 return self._sess.run(output_names, input_feed, run_options)
 onnxruntime.capi.onnxruntime_pybind11_state.Fail: [ONNXRuntimeError] : 1 : FAIL : Non-zero status code returned while running Resize node. Name:'Resize_124' Status Message: CUDA error cudaErrorNoKernelImageForDevice:no kernel image is available for execution on the device
 
 显卡是GTX960M  每次选自用CUDU跑就显示这个    是不是显卡的算力不够啊?还是什么驱动没安装到?
 
 
 | 
 |