PaddleClas icon indicating copy to clipboard operation
PaddleClas copied to clipboard

could not execute a primitive

Open chaobeiying opened this issue 1 year ago • 1 comments

1.paddlepaddle-gpu== 2.2.2 2.python==3.8.5 3.cuda/10.2 4.执行self.paddle_predictor.run() 出错:could not execute a primitive 5.将enable_mkldnn 设置为False,不再出错,但是时间推理时间增加 6.该如何在不出错的情况下提速 微信图片_20231213105141

chaobeiying avatar Dec 13 '23 02:12 chaobeiying

可以尝试以下方法:

  1. 升级Paddle版本到2.5及以上;
  2. cuda换到11.2+

cuicheng01 avatar Jan 18 '24 14:01 cuicheng01