buddy-compiler / buddy-mlir

An MLIR-based compiler framework bridges DSLs (domain-specific languages) to DSAs (domain-specific architectures).
https://buddy-compiler.github.io/
Apache License 2.0
477 stars 156 forks source link

examples mobilenet V3 result error #320

Open CoderJackZhu opened 3 months ago

CoderJackZhu commented 3 months ago

Describe the bug A clear and concise description of what the bug is. 识别的dog 但是结果错误 To Reproduce Steps to reproduce the behavior. 根据文档完成编译运行+ Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem. image Desktop (please complete the following information):

Additional context Add any other context about the problem here.

zhanghb97 commented 2 months ago

It looks like the classification results are correct. Where do you think the issue might be?

CoderJackZhu commented 2 months ago

dog is classified as Samoyed, so the result may be wrong

zhanghb97 commented 2 months ago

Could you please provide the picture you are using? We didn't provide a cat picture in our example.

CoderJackZhu commented 1 month ago

图片是例子里面的dog。我也提交了一个resnet18的pr链接是https://github.com/buddy-compiler/buddy-mlir/pull/319, 里面结果好像也都不太对,可能需要确认一下是不是我这里测试环境的问题,是不是这两个都不对