PaddlePaddle / benchmark

76 stars 153 forks source link

AttributeError: module 'paddle' has no attribute 'fluid' #1735

Open WintersMontagne10335 opened 1 year ago

WintersMontagne10335 commented 1 year ago

image 可能是因为paddle develop分支中fluid已经废弃了,但是benchmark中没有做出相应的调整

AlexPasqua commented 3 months ago

I think PaddlePaddle/PaddleOCR#13280 provides an answer to this question. In particular, PaddlePaddle/PaddleOCR#10333 removed fluid.

Updating the version of paddle should solve the issue.