PaddleDetection icon indicating copy to clipboard operation
PaddleDetection copied to clipboard

对 paddle 的依赖版本有误

Open elvishew opened this issue 8 months ago • 0 comments

文档链接&描述 Document Links & Description

相关文档路径:https://github.com/PaddlePaddle/PaddleDetection/blob/develop/docs/tutorials/INSTALL_cn.md 对 paddle 版本的依赖部分,写错了。文档上写 release/2.6 依赖 paddle >=2.3.2,但实际上,2.6 的 Detection 使用到的 to_static 方法里传了个 full_graph 参数,这个参数在 paddle 2.3.2 尚不支持,我试着安装了 paddle 2.6.1 是可以的。

请提出你的建议 Please give your suggestion

请重新确认各 Detection 版本对 paddle 版本的依赖。

elvishew avatar Jun 06 '24 07:06 elvishew