Skip to content

flops计算量打印报错 #9302

@wstchh

Description

@wstchh

问题确认 Search before asking

  • 我已经查询历史issue,没有发现相似的bug。I have searched the issues and found no similar bug report.

Bug组件 Bug Component

No response

Bug描述 Describe the Bug

cuda11.2 paddledetection=2.8 paddle=2.6 计算量YOLOX 的flops打印总是报错 File "/home/easyits/ai/wp/PaddleDetection2.8/ppdet/modeling/heads/yolo_head.py", line 253, in _generate_anchor_point
[len(anchor_points[-1]), 1], stride, dtype=self._dtype))
TypeError: object of type 'Variable' has no len() paddleslim版本是2.6.0

复现环境 Environment

cuda11.2 paddledetection=2.8 paddle=2.6 计算量YOLOX 的flops打印总是报错 File "/home/easyits/ai/wp/PaddleDetection2.8/ppdet/modeling/heads/yolo_head.py", line 253, in _generate_anchor_point
[len(anchor_points[-1]), 1], stride, dtype=self._dtype))
TypeError: object of type 'Variable' has no len() paddleslim版本是2.6.0

Bug描述确认 Bug description confirmation

  • 我确认已经提供了Bug复现步骤、代码改动说明、以及环境信息,确认问题是可以复现的。I confirm that the bug replication steps, code change instructions, and environment information have been provided, and the problem can be reproduced.

是否愿意提交PR? Are you willing to submit a PR?

  • 我愿意提交PR!I'd like to help by submitting a PR!

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions