Wang Xin

Results 252 comments of Wang Xin

@mengdongwei @xyjiao 可以提交一个PR来修复这个问题吗

This is a Paddle framework issue. You can try updating your PaddlePaddle version or submit an issue to the paddlepaddle/paddle repository.

@Micro-sheep 感谢大佬的贡献,可以把这个PR重新提交到main分支吗

@myhloli paddle框架似乎改成了自己 host python package,参考 https://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/zh/develop/install/pip/windows-pip.html

是不是跟cpu指令集有关,对于nonavx512可能会有性能下降。

模型名称里是server版本,路径里是mobile版本,估计是这个原因

准备先按方案二加点单测

@flytocc 还没,你感兴趣可以试试。

hi @SWHL, Creating a `src` directory in a Python project has several benefits: 1. **Clear Project Structure**: - Separates source code from other files like configuration, documentation, tests, and data,...