Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PIR] Fix first error when training Blazeface_1000e in pir mode #8822

Merged
merged 5 commits into from
Mar 7, 2024

Conversation

huangjiyi
Copy link
Member

修复 Paddle 开启 PIR 模式后跑配置文件 configs/face_detection/blazeface_1000e.yml 出现的第一个报错,具体是因为 ppdet/modeling/ops.py 中的 prior_box api 没有支持 pir 模式,后发现 Paddle 下 python/paddle/vision/ops.py 有相同的 prior_box 实现且已支持 pir 模式,故将原始实现移除改成直接调用 paddle.vision.ops.prior_box

Copy link

paddle-bot bot commented Feb 21, 2024

Thanks for your contribution!

@lyuwenyu
Copy link
Collaborator

刷一下code style ?

@huangjiyi
Copy link
Member Author

刷一下code style ?

好像有问题,codestyle 一直因为网络问题失败,ci 的话也会有网络问题或者超时取消

@huangjiyi huangjiyi changed the title Fix first error when training Blazeface_1000e with PIR mode enabled for Paddle [PIR] Fix first error when training Blazeface_1000e in pir mode Mar 3, 2024
Copy link

@winter-wang winter-wang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGMT

@lyuwenyu lyuwenyu merged commit e50acca into PaddlePaddle:develop Mar 7, 2024
3 checks passed
@huangjiyi huangjiyi deleted the fix_blazeface branch March 8, 2024 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants