已合并
【PyTorch】【contrib】【FCOS】Fix the performance calculation script. #6177
AtomGit-Bot创建于 2024年3月18日
【PyTorch】【contrib】【FCOS】Fix the performance calculation script. #6177
已合并
从refs/pull/6177/head合入到master
Pull Request已成功合入, 合并人@
(感谢 AtomGit-Bot 的贡献)2024年3月18日 指派了 hanjun 参与评审
2024年3月18日 指派了 王姜奔 参与评审
2024年3月18日 指派了 陈卫华 参与评审
AtlasAccount
2024年3月18日 评论:
2024年3月18日 评论:
✅ 流水线任务触发成功,正在执行,请稍候。 任务链接[f922a4484eb74023b650ed8a1f4878a5]


2024年3月18日 指派了 zhangxianshen 参与评审
此处折叠了9条事件消息 查看更多
2024年3月18日 添加了
ascend-cla/yes
标签
AtlasAccount
2024年3月18日 评论:
2024年3月18日 评论:
✅ 流水线任务触发成功,正在执行,请稍候。 任务链接[e24eeb7fedd04ae3ad639ee530feb6da]


AtlasAccount
2024年3月18日 评论:
2024年3月18日 评论:
静态检查: pass
| # | check type | result | report |
|---|---|---|---|
| 1 | codecheck | pass | >>> |


2024年3月18日 移除了
ci-pipeline-running
标签
2024年3月18日 添加了
ci-pipeline-passed
标签
AtlasAccount
2024年3月18日 评论:
2024年3月18日 评论:
静态检查: pass
| # | check type | result | report |
|---|---|---|---|
| 1 | codecheck | pass | >>> |


2024年3月19日 添加了
lgtm
标签
2024年3月19日 添加了
approved
标签
2024年3月19日 合并了Pull Request(通过 API 合并)
Motivation
1、The performance calculation method is improper.
Modification
1、 The filtering mode of the statistics time is changed from |tail -n 30| to |tail -n 31|head -n 30|.
Self-test (Optional)
已本地自验
Checklist
Before PR:
After PR: